From aaedfe0a122e7a8c609b41124eebc92e2ef427c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 04:02:35 +0000 Subject: [PATCH] Bump actions/cache from 4.0.0 to 4.0.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.1. - [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.0.0...v4.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 69c9e0b3..1da5dcea 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.0.0 + - uses: actions/cache@v4.0.1 with: path: | ~/.gradle/caches/modules-* diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5261eae1..0ec27808 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.0.0 + - uses: actions/cache@v4.0.1 with: path: | ~/.gradle/caches/modules-* diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index b4490572..7138acf9 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.0.0 + - uses: actions/cache@v4.0.1 with: path: | ~/.gradle/caches/modules-*