Skip to content

Commit

Permalink
Merge pull request #264 from mayerrobert/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-4.2.0

build(deps): Bump actions/cache from 4.1.2 to 4.2.0
mayerrobert authored Dec 8, 2024
2 parents 39dbff9 + a1c9c6f commit a1d7cf0
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ jobs:
distribution: 'zulu'

- name: Cache Maven packages
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ jobs:
distribution: 'zulu'

- name: Cache Maven packages
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 comments on commit a1d7cf0

Please sign in to comment.