Skip to content

Commit 5905137

Browse files
dependabot[bot]kruton
authored andcommitted
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](actions/cache@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] <support@github.com>
1 parent 6d4985d commit 5905137

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.0
29+
uses: actions/cache@v4.0.1
3030
continue-on-error: true
3131
with:
3232
path: ~/.gradle/caches

0 commit comments

Comments
 (0)