Skip to content

Commit a0812f0

Browse files
committed
Update all non-major dependencies
1 parent 91566a4 commit a0812f0

File tree

5 files changed

+109
-121
lines changed

5 files changed

+109
-121
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
env:
1515
# renovate: datasource=github-releases depName=denoland/deno
16-
DENO_VERSION: v2.1.10
16+
DENO_VERSION: v2.2.1
1717
steps:
1818
- name: Setup repo
1919
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
env:
1111
# renovate: datasource=github-releases depName=denoland/deno
12-
DENO_VERSION: v2.1.10
12+
DENO_VERSION: v2.2.1
1313
permissions:
1414
contents: read
1515
id-token: write

.github/workflows/test-installation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
env:
1515
# renovate: datasource=github-releases depName=denoland/deno
16-
DENO_VERSION: v2.1.10
16+
DENO_VERSION: v2.2.1
1717
steps:
1818
- name: Setup repo
1919
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

0 commit comments

Comments
 (0)