Skip to content

Commit f53a9cf

Browse files
committed
Use Deno 2.x in GitHub workflows
1 parent 77f84ee commit f53a9cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/jsr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: jsr
22

33
env:
4-
DENO_VERSION: 1.x
4+
DENO_VERSION: 2.x
55

66
on:
77
push:
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
22-
- uses: denoland/setup-deno@v1
22+
- uses: denoland/setup-deno@v2
2323
with:
2424
deno-version: ${{ env.DENO_VERSION }}
2525
- name: Publish

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- run: git config --global core.autocrlf false
4444
if: runner.os == 'Windows'
4545
- uses: actions/checkout@v4
46-
- uses: denoland/setup-deno@v1.1.4
46+
- uses: denoland/setup-deno@v2
4747
with:
4848
deno-version: "${{ matrix.deno_version }}"
4949
- uses: actions/cache@v4

0 commit comments

Comments
 (0)