Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeatgu committed Sep 13, 2024
1 parent 0b06110 commit e4be892
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/omie.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
id: date
run: echo "::set-output name=date::$(date -d 'tomorrow' +%Y%m%d)"
- name: Setup deno
uses: denoland/setup-deno@main
with:
deno-version: v1.x
- uses: denoland/setup-deno@v1
with:
deno-version: "1.8.2"
- name: Check out repo
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit e4be892

Please sign in to comment.