From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 18:05:09 +0000 (+0000) Subject: build(deps): bump actions/cache from 4 to 5 X-Git-Tag: v2.43-devel~35^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbda3c5b71f7dd326714d97d2459c0682a780c11;p=thirdparty%2Futil-linux.git build(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 9eeaba049..d320f79e2 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -230,7 +230,7 @@ jobs: echo "OPENWRT_TARGET=${{ matrix.target }}" >> $GITHUB_ENV - name: Cache OpenWRT SDK id: cache-openwrt-sdk - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/${{ env.OPENWRT_SDK }} key: ${{ env.OPENWRT_SDK }}