]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
build(deps): bump actions/checkout from 4.1.4 to 4.1.6
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 1 Jun 2024 22:44:30 +0000 (22:44 +0000)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 2 Jun 2024 09:39:27 +0000 (11:39 +0200)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.6.
- [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/0ad4b8fadaa221de15dcec353f45205ec38ea70b...a5ac7e51b41094c92402da3b24376905380afc29)

---
updated-dependencies:
- dependency-name: actions/checkout
  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
.github/workflows/differential-shellcheck.yml

index ee9058ace37b690e1b5e6d514cc581adb1802ba7..d0d87c4a0bccb0a0b74156e33947c2751cb0e8fd 100644 (file)
@@ -15,7 +15,7 @@ jobs:
       group: ${{ github.workflow }}-${{ github.ref }}
       cancel-in-progress: true
     steps:
-    - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
+    - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
 
     - name: Install
       run: |
@@ -120,7 +120,7 @@ jobs:
             tools: opensuse
 
     steps:
-    - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
+    - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
     - uses: ./
 
     # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space
index 3762f0c28269c2def74923fbd4d9c80988d91681..56671a6b6c5b49afe539439f9506fbdb3311c9dd 100644 (file)
@@ -32,7 +32,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
+      uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
 
     - name: Initialize CodeQL
       uses: github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14
index 31a2919c8a4a7b1adf61c6076fdd32addd29fdfb..8dbf2bc9bed8a727ff6439898bf1c15aa2247bca 100644 (file)
@@ -22,7 +22,7 @@ jobs:
 
     steps:
       - name: Repository checkout
-        uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
+        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
         with:
           fetch-depth: 0