]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
build(deps): bump actions/checkout from 4 to 5 main master
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 12 Aug 2025 21:18:44 +0000 (21:18 +0000)
committerMariusz Tkaczyk <mtkaczyk@kernel.org>
Tue, 19 Aug 2025 04:58:00 +0000 (06:58 +0200)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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/v4...v5)

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

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

index e5fbf4eef4c5062f06ca99c349f279e4c1a3ef27..098798b1b4e8aa2403178a261ae4e82581be07e2 100644 (file)
@@ -12,7 +12,7 @@ jobs:
         # gcc-versions are used to test up to 5 years old
         gcc-version: [9, 10, 11, 12, 13, 14]
     steps:
-        - uses: actions/checkout@v4
+        - uses: actions/checkout@v5
         - name: 'Add ubuntu repository and install dependencies'
           run: .github/tools/install_ubuntu_packages.sh ${{ matrix.gcc-version }}
         - name: 'Check if gcc was installed correctly'
@@ -35,7 +35,7 @@ jobs:
     runs-on: ubuntu-latest
     name: checkpatch review
     steps:
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v5
       with:
         ref: ${{ github.event.pull_request.head.sha }}
         fetch-depth: 0
index a07e320b03c41e8f5821708e6376ed27cabcd2cb..3892e56d412756c25b01abbb107df2c2e9c25458 100644 (file)
@@ -18,12 +18,12 @@ jobs:
      timeout-minutes: 150
      name: upstream tests
      steps:
-     - uses: actions/checkout@v4
+     - uses: actions/checkout@v5
        if: ${{ github.event_name == 'pull_request' }}
        with:
         ref: ${{ github.event.pull_request.head.sha }}
         fetch-depth: 0
-     - uses: actions/checkout@v4
+     - uses: actions/checkout@v5
        if: ${{ github.event_name == 'schedule' }}
        with:
         ref: main