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

index 3e0f81c30f0b0a1651bb23e4c30eaa5fcab1b4d7..f4f28e631088b28e987f87e0c524ecdf28506621 100644 (file)
@@ -34,7 +34,7 @@ jobs:
     env: ${{ matrix.env }}
     steps:
       - name: Repository checkout
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
       - 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@v4
+        uses: actions/checkout@v5
       - 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@v4
+        uses: actions/checkout@v5
       - 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@v4
+        uses: actions/checkout@v5
       - 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@v5
       - 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@v4
+        uses: actions/checkout@v5
       - 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@v4
+        uses: actions/checkout@v5
       - name: Ubuntu setup
         run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
       - name: OpenWrt environment
index 9e2a2013e16057726022ac9e630e48830a9dfd56..223111611cc4bc03cc9cd95534e513df40c089bf 100644 (file)
@@ -32,7 +32,7 @@ jobs:
 
     steps:
       - name: Checkout repository
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
 
       - name: Initialize CodeQL
         uses: github/codeql-action/init@v3
index 74a69e5ee303495f12634ad05c8293e4e48d29e9..c4593ad061a3632659693d6abd191d0dff66afd1 100644 (file)
@@ -18,7 +18,7 @@ jobs:
       COVERITY_SCAN_TOKEN: "${{ secrets.COVERITY_SCAN_TOKEN }}"
     steps:
       - name: Repository checkout
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
       - name: Ubuntu setup
         run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
       - name: Configure
index f189034cd96c812b6644ab059044248339d66023..e524a11734bc6d37f5fde7ad2d77b1a788ee1a90 100644 (file)
@@ -16,7 +16,7 @@ jobs:
 
     steps:
       - name: Repository checkout
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
         with:
           fetch-depth: 0