Skip to content

Commit 39404ed

Browse files
chore(deps): update actions/cache digest to 0057852
1 parent 775c7f5 commit 39404ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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') }}
@@ -74,7 +74,7 @@ jobs:
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') }}

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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') }}

0 commit comments

Comments
 (0)