]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build(deps): bump actions/checkout from 1 to 6
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 1 Dec 2025 21:01:27 +0000 (21:01 +0000)
committerGitHub <noreply@github.com>
Mon, 1 Dec 2025 21:01:27 +0000 (21:01 +0000)
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 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/v1...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/cibuild.yml
.github/workflows/codeql.yml
.github/workflows/coverity.yml
.github/workflows/differential-shellcheck.yml

index 44985d9a162d2622566f9bd04a5081ffdb909df5..38dfb266e7d31ab613f5baa61dd3f70a402fdb76 100644 (file)
@@ -34,7 +34,7 @@ jobs:
     env: ${{ matrix.env }}
     steps:
       - name: Repository checkout
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6
       - name: Ubuntu setup
         run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
       - name: Configure
@@ -64,7 +64,7 @@ jobs:
       COVERAGE: yes
     steps:
       - name: Repository checkout
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6
       - name: Ubuntu setup
         run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
       - name: Configure & Make
@@ -89,7 +89,7 @@ jobs:
       SANITIZE: no
     steps:
       - name: Repository checkout
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6
       - name: Ubuntu setup
         run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
       - name: Meson configure
@@ -110,7 +110,7 @@ jobs:
       TRANSLATE_MANPAGES: yes
     steps:
       - name: Repository checkout
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6
       - name: Ubuntu setup
         run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
       - name: Configure
@@ -135,7 +135,7 @@ jobs:
       image: ${{ matrix.image }}
     steps:
       - name: Repository checkout
-        uses: actions/checkout@v1
+        uses: actions/checkout@v6
       - name: Ubuntu setup
         run: .github/workflows/cibuild-setup-ubuntu.sh
       - name: Configure
@@ -162,7 +162,7 @@ jobs:
           - arch: armv7
     steps:
       - name: Repository checkout
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6
       - uses: uraimo/run-on-arch-action@v3
         with:
           arch: ${{ matrix.arch }}
@@ -217,7 +217,7 @@ jobs:
       COMPILER: none
     steps:
       - name: Repository checkout
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6
       - name: Ubuntu setup
         run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
       - name: OpenWrt environment
index 223111611cc4bc03cc9cd95534e513df40c089bf..93143ad6799d6d26dd867f1fcc956ea4d49b8ca1 100644 (file)
@@ -32,7 +32,7 @@ jobs:
 
     steps:
       - name: Checkout repository
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6
 
       - name: Initialize CodeQL
         uses: github/codeql-action/init@v3
index c4593ad061a3632659693d6abd191d0dff66afd1..702697a32a809ff3bbc2e8212f81356b7e18e8ca 100644 (file)
@@ -18,7 +18,7 @@ jobs:
       COVERITY_SCAN_TOKEN: "${{ secrets.COVERITY_SCAN_TOKEN }}"
     steps:
       - name: Repository checkout
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6
       - name: Ubuntu setup
         run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
       - name: Configure
index e524a11734bc6d37f5fde7ad2d77b1a788ee1a90..cd6b7ebb18c285d37a80bf9b518980aa8f7cb885 100644 (file)
@@ -16,7 +16,7 @@ jobs:
 
     steps:
       - name: Repository checkout
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6
         with:
           fetch-depth: 0