Skip to content

Commit 9573f17

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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]>
1 parent ce20f22 commit 9573f17

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
overprovision-lvm: true
2626

2727
- name: Check out code
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v6
2929

3030
- name: Install Dependencies and Download SDK
3131
run: |

.github/workflows/eventbuild.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "$GITHUB_ENV"
3737
3838
### ONLY THIS RELEVANT FOR BUILDING ###
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v6
4040
- name: check for dev-release
4141
if: ${{ env.BRANCH == 'dev-release' || env.BRANCH == 'add-ramdisk' }}
4242
run: |
@@ -159,7 +159,7 @@ jobs:
159159
echo "ARTIFACT_PREFIX=${ARTIFACT_PREFIX}" >> $GITHUB_ENV
160160
161161
- name: Checkout
162-
uses: actions/checkout@v4
162+
uses: actions/checkout@v6
163163

164164
- name: dep
165165
run: sudo apt update && sudo apt-get install -y unzip curl git qemu qemu-user-static binfmt-support
@@ -229,7 +229,7 @@ jobs:
229229
- name: debug
230230
run: df -h
231231

232-
- uses: actions/checkout@v4
232+
- uses: actions/checkout@v6
233233

234234
- uses: actions/download-artifact@v4
235235
with:
@@ -306,7 +306,7 @@ jobs:
306306
# - name: debug
307307
# run: df -h
308308

309-
# - uses: actions/checkout@v4
309+
# - uses: actions/checkout@v6
310310

311311
# - uses: actions/download-artifact@v4
312312
# with:

0 commit comments

Comments
 (0)