Commit c5823be 1 parent ab6a1f8 commit c5823be Copy full SHA for c5823be
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
run : echo "cache_key=${{ runner.os }}-mvn-${{ hashFiles('**/pom.xml') }}-${{ github.sha }}" >> $GITHUB_OUTPUT
38
38
- name : 💾 Prepare cache using cache key
39
39
id : prepare-cache
40
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
40
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
41
41
with :
42
42
path : |
43
43
/home/runner/.m2
@@ -122,7 +122,7 @@ jobs:
122
122
gpg-private-key : ${{ secrets.COM_SONATYPE_CENTRAL_POLARION_OPENSOURCE_GPG_PRIVATE_KEY }}
123
123
- name : 💾 Restore cache using cache key
124
124
id : restore-cache
125
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
125
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
126
126
with :
127
127
path : |
128
128
/home/runner/.m2
@@ -151,7 +151,7 @@ jobs:
151
151
java-version : 17
152
152
- name : 💾 Restore cache using cache key
153
153
id : restore-cache
154
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
154
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
155
155
with :
156
156
path : |
157
157
/home/runner/.m2
You can’t perform that action at this time.
0 commit comments