We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 833bf49 commit b04c5f7Copy full SHA for b04c5f7
.github/actions/format/action.yml
@@ -14,7 +14,7 @@ runs:
14
distribution: 'temurin'
15
16
- name: Cache Maven packages
17
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
+ uses: actions/cache@b7e8d49f17405cc70c1c120101943203c98d3a4b
18
with:
19
path: ~/.m2
20
key: ${{ runner.os }}-m2-${{ hashFiles(format('{0}/**/pom.xml', inputs.path)) }}
0 commit comments