Skip to content

Commit d42c6b8

Browse files
dependabot[bot]marko-bekhta
authored andcommitted
Bump actions/cache from 4.2.1 to 4.2.2 in the workflow-actions group
Bumps the workflow-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c907a7...d4323d4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: workflow-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c019265 commit d42c6b8

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
@@ -37,7 +37,7 @@ jobs:
3737
java-version: 21
3838

3939
- name: Cache local Maven repository
40-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # 4.2.1
40+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # 4.2.2
4141
with:
4242
path: ~/.m2/repository
4343
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)