]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
build(deps): bump actions/checkout from 4.2.2 to 5.0.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 1 Oct 2025 22:05:51 +0000 (22:05 +0000)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 2 Oct 2025 08:13:33 +0000 (10:13 +0200)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.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/11bd71901bbe5b1630ceea73d27597364c9af683...08c6903cd8c0fde910a37f88322edcfb5dd907a8)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 5.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 0d01c09924315cb4104af6924d8f25cfa5bb6d8e..2a3ff9c26ac267445d581398fb6998f5a87e0f0c 100644 (file)
@@ -12,7 +12,7 @@ jobs:
       group: ${{ github.workflow }}-${{ github.ref }}
       cancel-in-progress: true
     steps:
-      - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
+      - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
 
       - name: Install
         run: |
@@ -170,7 +170,7 @@ jobs:
             runner: ubuntu-24.04-s390x
 
     steps:
-      - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
+      - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
       - uses: ./
 
       # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space
index fa611e1c3b22114cb3170aa8e45f5cf6b42afa47..2248dd0c1165aa7d17414cf804f61e85e7f74db5 100644 (file)
@@ -32,7 +32,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
+      uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
 
     - name: Initialize CodeQL
       uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d