]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
build(deps): bump actions/checkout from 6.0.1 to 6.0.2
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 1 Feb 2026 22:43:12 +0000 (22:43 +0000)
committerJörg Behrmann <behrmann@physik.fu-berlin.de>
Mon, 2 Feb 2026 13:12:08 +0000 (14:12 +0100)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2.
- [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/8e8c483db84b4bee98b60c0593521ed34d9990e8...de0fac2e4500dabe0009e67214ff5f5447ce83dd)

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

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

index 368700d2f4d6a0b9c1ddc192be4e7c1c60d8b097..f7493e11b947afb61b00b56d37951b36de01e1a3 100644 (file)
@@ -12,7 +12,7 @@ jobs:
       group: ${{ github.workflow }}-${{ github.ref }}
       cancel-in-progress: true
     steps:
-      - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
+      - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
       - uses: ./
 
       # Make sure the latest changes from the pull request are used.
@@ -178,7 +178,7 @@ jobs:
             runner: ubuntu-24.04-s390x
 
     steps:
-      - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
+      - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
       - uses: ./
 
       # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space
index 450903dce4c3af7bcac8fd39d989b906dbe39486..7479f487a18df40acd502ed2aaf9dbd474d62d25 100644 (file)
@@ -32,7 +32,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
+      uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
 
     - name: Initialize CodeQL
       uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7