Skip to content

Commit f08e4a8

Browse files
dependabot[bot]kruton
authored andcommitted
Bump actions/cache from 4.0.1 to 4.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5905137 commit f08e4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
distribution: 'zulu'
2727
java-version: ${{ matrix.java }}
2828
- name: Cache Gradle Home files
29-
uses: actions/cache@v4.0.1
29+
uses: actions/cache@v4.0.2
3030
continue-on-error: true
3131
with:
3232
path: ~/.gradle/caches

0 commit comments

Comments
 (0)