]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build(deps): bump actions/cache from 3 to 4
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 4 Jun 2024 07:43:32 +0000 (07:43 +0000)
committerKarel Zak <kzak@redhat.com>
Wed, 20 Nov 2024 09:09:17 +0000 (10:09 +0100)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

.github/workflows/cibuild.yml

index 1e1915872851e1c05b67ee3f1edbbb98991e791a..23f5f7abcc9b62e03c76cae78c3412c71a423d10 100644 (file)
@@ -225,7 +225,7 @@ jobs:
           echo "OPENWRT_TARGET=${{ matrix.target }}" >> $GITHUB_ENV
       - name: Cache OpenWRT SDK
         id: cache-openwrt-sdk
-        uses: actions/cache@v3
+        uses: actions/cache@v4
         with:
           path: ~/${{ env.OPENWRT_SDK }}
           key: ${{ env.OPENWRT_SDK }}