]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
build(deps): bump actions/checkout from 5 to 6
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 21 Nov 2025 11:22:45 +0000 (11:22 +0000)
committerMariusz Tkaczyk <mtkaczyk@kernel.org>
Mon, 24 Nov 2025 07:18:21 +0000 (08:18 +0100)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 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/v5...v6)

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

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

index 516854f4dfe3cbae8b8117fcdc79367f355c8adc..c184d54be7825bcb83b477fcf0d648deb3f20839 100644 (file)
@@ -26,7 +26,7 @@ jobs:
     name: Run mdadm test script
     steps:
       - name: Git checkout
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6
         with:
           fetch-depth: 0
 
index 098798b1b4e8aa2403178a261ae4e82581be07e2..012c62ad71c043985f2a89cbc35c62e03ce350d5 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@v5
+        - uses: actions/checkout@v6
         - 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@v5
+    - uses: actions/checkout@v6
       with:
         ref: ${{ github.event.pull_request.head.sha }}
         fetch-depth: 0
index ba0eb249e0ea6ca71b1381f03aa3b68cbdec9263..4740163c3f08dd7fe23d9f5a768645563eb0994e 100644 (file)
@@ -16,12 +16,12 @@ jobs:
      timeout-minutes: 150
      name: upstream tests
      steps:
-     - uses: actions/checkout@v5
+     - uses: actions/checkout@v6
        if: ${{ github.event_name == 'pull_request' }}
        with:
         ref: ${{ github.event.pull_request.head.sha }}
         fetch-depth: 0
-     - uses: actions/checkout@v5
+     - uses: actions/checkout@v6
        if: ${{ github.event_name == 'schedule' }}
        with:
         ref: main