File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6262
6363 # Cache Gradle Wrapper
6464 - name : Setup Gradle Wrapper Cache
65- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
65+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
6666 with :
6767 path : ~/.gradle/wrapper
6868 key : ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
7474
7575 # Cache Cake tools
7676 - name : Cache Tools
77- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
77+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
7878 with :
7979 path : tools
8080 key : ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
Original file line number Diff line number Diff line change 3838
3939 # Cache Cake tools
4040 - name : Cache Tools
41- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
41+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
4242 with :
4343 path : tools
4444 key : ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
You can’t perform that action at this time.
0 commit comments