From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 07:43:32 +0000 (+0000) Subject: build(deps): bump actions/cache from 3 to 4 X-Git-Tag: v2.42-start~143 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d13b03815f0823f0c670a45c325b5f7a0a0a80dd;p=thirdparty%2Futil-linux.git build(deps): bump actions/cache from 3 to 4 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) --- diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 1e1915872..23f5f7abc 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -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 }}