Skip to content

Commit 10ee90e

Browse files
authored
Merge pull request #2 from camunda/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 4 to 6
2 parents 27f488f + a88c404 commit 10ee90e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/binary-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Build & Upload Binaries
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121
with:
2222
ref: ${{ inputs.tag }}
2323

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
matrix:
2828
node: [20.x, 22.x]
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v6
3131

3232
- uses: actions/setup-node@v6
3333
with:
@@ -48,7 +48,7 @@ jobs:
4848
needs: test
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@v6
5252
with:
5353
fetch-depth: 0
5454

@@ -90,7 +90,7 @@ jobs:
9090
if: needs.publish.outputs.tag != ''
9191
runs-on: ubuntu-latest
9292
steps:
93-
- uses: actions/checkout@v4
93+
- uses: actions/checkout@v6
9494
with:
9595
ref: ${{ needs.publish.outputs.tag }}
9696

0 commit comments

Comments
 (0)