Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 4396863

Browse files
Bump actions/cache from 3.3.3 to 4.0.0
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.3.3...v4.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dedee92 commit 4396863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '11' }}
3030
env:
3131
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
32-
uses: actions/cache@v3.3.3
32+
uses: actions/cache@v4.0.0
3333
with:
3434
path: ~/.sonar/cache
3535
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)