]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Bump actions/checkout from 4.1.7 to 4.2.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 1 Oct 2024 22:23:28 +0000 (22:23 +0000)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 2 Oct 2024 06:35:14 +0000 (08:35 +0200)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.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/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938)

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

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

index 4acf226b8bce98b04fa41d88b3fee4c06746292f..a87f06ad3e72844beb16c29e1d0d4f977ab822f4 100644 (file)
@@ -15,7 +15,7 @@ jobs:
       group: ${{ github.workflow }}-${{ github.ref }}
       cancel-in-progress: true
     steps:
-      - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
+      - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
 
       - name: Install
         run: |
@@ -141,7 +141,7 @@ jobs:
             tools: ubuntu
 
     steps:
-      - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
+      - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
       - uses: ./
 
       # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space
index 4a37e13997f64a8c1c1577a7183988fa096e40a4..9ced955fa20b2abac2f2ffd85de13b6f3f025505 100644 (file)
@@ -32,7 +32,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
+      uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
 
     - name: Initialize CodeQL
       uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93
index 5ef0bd5055e4a24b8a5b08f406dcf52e9b1d189c..16319ea9a0e2b971f487cf8b6cf2d3e1123cbc1d 100644 (file)
@@ -22,7 +22,7 @@ jobs:
 
     steps:
       - name: Repository checkout
-        uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
+        uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
         with:
           fetch-depth: 0