Skip to content

Commit

Permalink
chore: update Deno version in workflows (#22523)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju authored Feb 22, 2024
1 parent 197d248 commit d29fb91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cargo_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
- name: Install deno
uses: denoland/setup-deno@v1
with:
# use a recent version instead of the latest version in case
# the latest version ever has issues that breaks publishing
deno-version: v1.31.3
deno-version: v1.x

- name: Install protoc
uses: arduino/setup-protoc@v3
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/start_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ jobs:
- name: Install deno
uses: denoland/setup-deno@v1
with:
# use a recent version instead of the latest version in case
# the latest version ever has issues that breaks publishing
deno-version: v1.31.3
deno-version: v1.x

- name: Create Gist URL
env:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ jobs:
- name: Install deno
uses: denoland/setup-deno@v1
with:
# use a recent version instead of the latest version in case
# the latest version ever has issues that breaks publishing
deno-version: v1.31.3
deno-version: v1.x

- name: Run version bump
run: |
Expand Down

0 comments on commit d29fb91

Please sign in to comment.