Skip to content

Commit 7bb5714

Browse files
authored
Merge pull request #124
chore(deps): update actions/checkout action to v6
2 parents d4e0fb0 + 167566b commit 7bb5714

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Ž.github/workflows/build-group.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
include: ${{ fromJson(inputs.tasks) }}
2929
fail-fast: false
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v6
3232
- uses: docker/setup-qemu-action@v3
3333
- uses: docker/setup-buildx-action@v3
3434
with:

β€Ž.github/workflows/build.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: denoland/setup-deno@v1
2121
with:
2222
deno-version: 2.x
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
- id: config
2525
run: deno run --allow-net --allow-read --allow-write --allow-env src/main.ts
2626

0 commit comments

Comments
Β (0)