8000 fix: resolve deprecation on `actions/cache` step (#75) · pagopa/github-actions-template@b10935d · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit b10935d

Browse files
authored
fix: resolve deprecation on actions/cache step (#75)
fix: resolve deprecation on `actions/cache` step
1 parent e67e0ec commit b10935d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maven-semver/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runs:
5454
with:
5555
maven-version: 3.8.2
5656
- name: Cache Maven packages
57-
uses: actions/cache@f5ce41475b483ad7581884324a6eca9f48f8dcc7 # v1
57+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
5858
with:
5959
path: ~/.m2
6060
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)
0