]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
build(deps): bump actions/checkout from 5.0.0 to 6.0.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 2 Dec 2025 01:58:29 +0000 (01:58 +0000)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 2 Dec 2025 18:53:00 +0000 (19:53 +0100)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/08c6903cd8c0fde910a37f88322edcfb5dd907a8...1af3b93b6815bc44a9784bd300feb67ff0d1eeb3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/ci.yml
.github/workflows/codeql.yml

index ff7343e4b11f88dcb9a516e36c1f1375bb88f0db..5f75371f741cedc7996d29d82f0dbee59a10ea00 100644 (file)
@@ -12,7 +12,7 @@ jobs:
       group: ${{ github.workflow }}-${{ github.ref }}
       cancel-in-progress: true
     steps:
-      - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
+      - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
 
       - name: Install
         run: |
@@ -170,7 +170,7 @@ jobs:
             runner: ubuntu-24.04-s390x
 
     steps:
-      - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
+      - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
       - uses: ./
 
       # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space
index 4488d8bfa8786578435b7f24b496c109ce886521..140cba35c26944e0799c447c57ae5d304ecd9f33 100644 (file)
@@ -32,7 +32,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
+      uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
 
     - name: Initialize CodeQL
       uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee