Skip to content

Commit b1d732b

Browse files
Update actions/cache digest to d4323d4
1 parent 7c03e9b commit b1d732b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
8.0
6262
6363
- name: Cache Tools
64-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
64+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
6565
with:
6666
path: tools
6767
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
8.0
3636
3737
- name: Cache Tools
38-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
38+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
3939
with:
4040
path: tools
4141
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

0 commit comments

Comments
 (0)