Skip to content

Commit

Permalink
chore: update setup-deno (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats authored Oct 9, 2024
1 parent 00f451d commit e701be4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
save-if: ${{ github.ref == 'refs/heads/main' }}

- name: Install Deno
uses: denoland/setup-deno@v1
uses: denoland/setup-deno@v2
with:
deno-version: canary

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
token: ${{ secrets.DENOBOT_PAT }}

- uses: denoland/setup-deno@v1
- uses: denoland/setup-deno@v2
- uses: dsherret/rust-toolchain-file@v1

- name: Tag and release
Expand Down

0 comments on commit e701be4

Please sign in to comment.