We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/cache
1 parent e67e0ec commit b10935dCopy full SHA for b10935d
1 file changed
maven-semver/action.yml
@@ -54,7 +54,7 @@ runs:
54
with:
55
maven-version: 3.8.2
56
- name: Cache Maven packages
57
- uses: actions/cache@f5ce41475b483ad7581884324a6eca9f48f8dcc7 # v1
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
58
59
path: ~/.m2
60
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments