Skip to content

Commit 33ece71

Browse files
authored
Merge pull request #144 from hertzg/renovate/actions-checkout-7.x
chore(deps): update actions/checkout action to v7
2 parents a1125b1 + 1e62841 commit 33ece71

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

β€Ž.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@v6
31+
- uses: actions/checkout@v7
3232
- uses: docker/setup-qemu-action@v4
3333
- uses: docker/setup-buildx-action@v4
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@v2.0.4
2121
with:
2222
deno-version: 2.x
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v7
2424
- id: config
2525
run: deno run --allow-net --allow-read --allow-write --allow-env src/main.ts
2626

0 commit comments

Comments
Β (0)