From fd95b7dcc23fd15c542765d7f5f7900c5952125a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 04:03:24 +0000 Subject: [PATCH] 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] --- .github/workflows/pr.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/snapshot.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f6fc0d7..dc7f921 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -32,7 +32,7 @@ jobs: - name: Generate cache key run: ./scripts/checksum.sh ./ checksum.txt - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.gradle/caches/modules-* diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 01e1b53..005ba03 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,7 +35,7 @@ jobs: - name: Generate cache key run: ./scripts/checksum.sh ./ checksum.txt - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.gradle/caches/modules-* diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 4243b12..fa546d9 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -34,7 +34,7 @@ jobs: - name: Generate cache key run: ./scripts/checksum.sh ./ checksum.txt - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.gradle/caches/modules-*