]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Bump actions/checkout from 4.1.2 to 4.1.4
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 1 May 2024 22:26:36 +0000 (22:26 +0000)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 2 May 2024 08:40:19 +0000 (10:40 +0200)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4.
- [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/9bb56186c3b09b4f86b1c65136769dd318469633...0ad4b8fadaa221de15dcec353f45205ec38ea70b)

---
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 b2aea534cadb995e1a649c3c5db2ad33f687da72..66311374f2747c62442c4583b206a9a7c063f53d 100644 (file)
@@ -15,7 +15,7 @@ jobs:
       group: ${{ github.workflow }}-${{ github.ref }}
       cancel-in-progress: true
     steps:
-    - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
+    - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
 
     - name: Install
       run: |
@@ -127,7 +127,7 @@ jobs:
             tools: debian
 
     steps:
-    - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
+    - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
     - uses: ./
 
     # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space
index f1df1aecb812f336dcbbb72ae287460ebef5bcde..3762f0c28269c2def74923fbd4d9c80988d91681 100644 (file)
@@ -32,7 +32,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
+      uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
 
     - name: Initialize CodeQL
       uses: github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14
index 45c28e752af689f933a38b60191f3ab6d6d8f6b0..31a2919c8a4a7b1adf61c6076fdd32addd29fdfb 100644 (file)
@@ -22,7 +22,7 @@ jobs:
 
     steps:
       - name: Repository checkout
-        uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
+        uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
         with:
           fetch-depth: 0