Skip to content

Commit 571e588

Browse files
chore(deps): bump actions/checkout from 5 to 6 (#605)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2f766b7 commit 571e588

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
steps:
6767
- name: 🛎️ Check out the source code
68-
uses: actions/checkout@v5
68+
uses: actions/checkout@v6
6969
with:
7070
fetch-depth: 0
7171

@@ -190,7 +190,7 @@ jobs:
190190

191191
steps:
192192
- name: 🛎️Check out the source code
193-
uses: actions/checkout@v5
193+
uses: actions/checkout@v6
194194
with:
195195
fetch-depth: 0
196196
submodules: recursive

.github/workflows/jextract.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: 🛎️ Check out the source code
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434

3535
- name: ⚙ Set OS, Arch and Package
3636
run: jextract/gen/script/set-package.sh
@@ -71,7 +71,7 @@ jobs:
7171
needs: jextract
7272
steps:
7373
- name: 🛎️ Check out the source code
74-
uses: actions/checkout@v5
74+
uses: actions/checkout@v6
7575

7676
- name: 🧹 Clean up jextract src
7777
run: rm -rf jextract/src || true

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
with:
2020
sparse-checkout: .github/config/labels.yml
2121

0 commit comments

Comments
 (0)