]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
build(deps): bump actions/checkout from 4.1.6 to 4.1.7
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 1 Jul 2024 22:22:47 +0000 (22:22 +0000)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 2 Jul 2024 09:01:05 +0000 (11:01 +0200)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
- [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/a5ac7e51b41094c92402da3b24376905380afc29...692973e3d937129bcbf40652eb9f2f61becf3332)

---
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 c5b9c1fb078723d2853a7e2a3405f46192537b82..2c06e80f5f8569c437aaeb4e68c15f62a102fe2a 100644 (file)
@@ -15,7 +15,7 @@ jobs:
       group: ${{ github.workflow }}-${{ github.ref }}
       cancel-in-progress: true
     steps:
-    - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
+    - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
 
     - name: Install
       run: |
@@ -120,7 +120,7 @@ jobs:
             tools: opensuse
 
     steps:
-    - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
+    - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
     - uses: ./
 
     # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space
index 84e0b5889af51a2606ec050656ad87a3922147ef..6fb47b36a8e80a5cae9a128605504fe0594228f9 100644 (file)
@@ -32,7 +32,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
+      uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
 
     - name: Initialize CodeQL
       uses: github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14
index 6de76792b9bf239b617930fe954bb25a221115bf..e7ffe7274945fd62e7044afbbaa532dc3aa6733d 100644 (file)
@@ -22,7 +22,7 @@ jobs:
 
     steps:
       - name: Repository checkout
-        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
+        uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
         with:
           fetch-depth: 0