Skip to content

Commit 669dfef

Browse files
dependabot[bot]apupier
authored andcommitted
Bump actions/cache from 4.2.2 to 4.2.3
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.2...v4.2.3) --- 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 3134952 commit 669dfef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
distribution: 'temurin'
2525
cache: maven
2626
- name: Cache SonarCloud packages
27-
uses: actions/cache@v4.2.2
27+
uses: actions/cache@v4.2.3
2828
with:
2929
path: ~/.sonar/cache
3030
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)