9292 echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
9393 shell : bash
9494 - name : Cache Gradle downloads
95- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
95+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
9696 id : cache-gradle
9797 with :
9898 path : |
@@ -141,7 +141,7 @@ jobs:
141141 echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
142142 shell : bash
143143 - name : Cache Gradle downloads
144- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
144+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
145145 id : cache-gradle
146146 with :
147147 path : |
@@ -219,7 +219,7 @@ jobs:
219219 echo "buildtool-cache-key=${ROOT_CACHE_KEY}-${CURRENT_MONTH}-${CURRENT_BRANCH}-${CURRENT_DAY}" >> $GITHUB_OUTPUT
220220 - name : Cache Maven/Gradle Dependency/Dist Caches
221221 id : cache-maven
222- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
222+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
223223 # if it's not a pull request, we restore and save the cache
224224 if : github.event_name != 'pull_request'
225225 with :
@@ -236,7 +236,7 @@ jobs:
236236 ${{ steps.cache-key.outputs.buildtool-monthly-branch-cache-key }}-
237237 ${{ steps.cache-key.outputs.buildtool-monthly-cache-key }}-
238238 - 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
240240 # if it's a pull request, we restore the cache, but we don't save it
241241 if : github.event_name == 'pull_request'
242242 with :
0 commit comments