Commit 4ebdb78 1 parent 3eb9155 commit 4ebdb78 Copy full SHA for 4ebdb78
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 38
38
run : echo "cache_key=${{ runner.os }}-mvn-${{ hashFiles('**/pom.xml') }}-${{ github.sha }}" >> $GITHUB_OUTPUT
39
39
- name : 💾 Prepare cache using cache key
40
40
id : prepare-cache
41
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
41
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
42
42
with :
43
43
path : |
44
44
/home/runner/.m2
@@ -123,7 +123,7 @@ jobs:
123
123
gpg-private-key : ${{ secrets.COM_SONATYPE_CENTRAL_POLARION_OPENSOURCE_GPG_PRIVATE_KEY }}
124
124
- name : 💾 Restore cache using cache key
125
125
id : restore-cache
126
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
126
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
127
127
with :
128
128
path : |
129
129
/home/runner/.m2
@@ -152,7 +152,7 @@ jobs:
152
152
java-version : 17
153
153
- name : 💾 Restore cache using cache key
154
154
id : restore-cache
155
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
155
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
156
156
with :
157
157
path : |
158
158
/home/runner/.m2
You can’t perform that action at this time.
0 commit comments