92
92
echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
93
93
shell : bash
94
94
- name : Cache Gradle downloads
95
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
95
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
96
96
id : cache-gradle
97
97
with :
98
98
path : |
@@ -141,7 +141,7 @@ jobs:
141
141
echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
142
142
shell : bash
143
143
- name : Cache Gradle downloads
144
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
144
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
145
145
id : cache-gradle
146
146
with :
147
147
path : |
@@ -219,7 +219,7 @@ jobs:
219
219
echo "buildtool-cache-key=${ROOT_CACHE_KEY}-${CURRENT_MONTH}-${CURRENT_BRANCH}-${CURRENT_DAY}" >> $GITHUB_OUTPUT
220
220
- name : Cache Maven/Gradle Dependency/Dist Caches
221
221
id : cache-maven
222
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
222
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
223
223
# if it's not a pull request, we restore and save the cache
224
224
if : github.event_name != 'pull_request'
225
225
with :
@@ -236,7 +236,7 @@ jobs:
236
236
${{ steps.cache-key.outputs.buildtool-monthly-branch-cache-key }}-
237
237
${{ steps.cache-key.outputs.buildtool-monthly-cache-key }}-
238
238
- name : Restore Maven/Gradle Dependency/Dist Caches
239
- uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
239
+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
240
240
# if it's a pull request, we restore the cache, but we don't save it
241
241
if : github.event_name == 'pull_request'
242
242
with :
0 commit comments