Skip to content

Commit b04c5f7

Browse files
authored
Update cache action version in action.yml
1 parent 833bf49 commit b04c5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/format/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
distribution: 'temurin'
1515

1616
- name: Cache Maven packages
17-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
17+
uses: actions/cache@b7e8d49f17405cc70c1c120101943203c98d3a4b
1818
with:
1919
path: ~/.m2
2020
key: ${{ runner.os }}-m2-${{ hashFiles(format('{0}/**/pom.xml', inputs.path)) }}

0 commit comments

Comments
 (0)