]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build(deps): bump actions/checkout from 1 to 4
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 6 Jun 2024 07:37:46 +0000 (07:37 +0000)
committerKarel Zak <kzak@redhat.com>
Wed, 18 Sep 2024 07:52:33 +0000 (09:52 +0200)
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 4.
- [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...v4)

.github/workflows/cibuild.yml
.github/workflows/codeql.yml
.github/workflows/coverity.yml
.github/workflows/differential-shellcheck.yml

index 2aacc49d1e85897a2cf9ac88f8f2f764df499ac1..5c67600c53bb358643e1ec9f74a811dd98a781f1 100644 (file)
@@ -35,7 +35,7 @@ jobs:
     env: ${{ matrix.env }}
     steps:
       - name: Repository checkout
-        uses: actions/checkout@v1
+        uses: actions/checkout@v4
       - name: Ubuntu setup
         run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
       - name: Configure
@@ -65,7 +65,7 @@ jobs:
       COVERAGE: yes
     steps:
       - name: Repository checkout
-        uses: actions/checkout@v1
+        uses: actions/checkout@v4
       - name: Ubuntu setup
         run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
       - name: Configure & Make
@@ -90,7 +90,7 @@ jobs:
       SANITIZE: no
     steps:
       - name: Repository checkout
-        uses: actions/checkout@v1
+        uses: actions/checkout@v4
       - name: Ubuntu setup
         run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
       - name: Meson configure
@@ -111,7 +111,7 @@ jobs:
       TRANSLATE_MANPAGES: yes
     steps:
       - name: Repository checkout
-        uses: actions/checkout@v1
+        uses: actions/checkout@v4
       - name: Ubuntu setup
         run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
       - name: Configure
@@ -136,7 +136,7 @@ jobs:
       image: ${{ matrix.image }}
     steps:
       - name: Repository checkout
-        uses: actions/checkout@v1
+        uses: actions/checkout@v4
       - name: Ubuntu setup
         run: .github/workflows/cibuild-setup-ubuntu.sh
       - name: Configure
@@ -163,7 +163,7 @@ jobs:
           - arch: armv7
     steps:
       - name: Repository checkout
-        uses: actions/checkout@v1
+        uses: actions/checkout@v4
       - uses: uraimo/run-on-arch-action@v2
         with:
           arch: ${{ matrix.arch }}
@@ -212,7 +212,7 @@ jobs:
       COMPILER: none
     steps:
       - name: Repository checkout
-        uses: actions/checkout@v1
+        uses: actions/checkout@v4
       - name: Ubuntu setup
         run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
       - name: OpenWrt environment
index d53f74e8a41c5c570eae22d63db3a3091982b1d2..f27ec5739c47ecd3c46b07490768e8b49a7e5dc5 100644 (file)
@@ -32,7 +32,7 @@ jobs:
 
     steps:
       - name: Checkout repository
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
       - name: Initialize CodeQL
         uses: github/codeql-action/init@v2
index b86c00a5c1c0abd82c2674df86c3603b5011566d..74a69e5ee303495f12634ad05c8293e4e48d29e9 100644 (file)
@@ -18,7 +18,7 @@ jobs:
       COVERITY_SCAN_TOKEN: "${{ secrets.COVERITY_SCAN_TOKEN }}"
     steps:
       - name: Repository checkout
-        uses: actions/checkout@v1
+        uses: actions/checkout@v4
       - name: Ubuntu setup
         run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
       - name: Configure
index c411e52e08b2e503286d10b4099d44193cb71b9a..542aea9839d7e544098dc24fd0026476ec0302ad 100644 (file)
@@ -16,7 +16,7 @@ jobs:
 
     steps:
       - name: Repository checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           fetch-depth: 0