Skip to content

Commit bfcb64c

Browse files
Update actions/cache digest to 0c907a7
1 parent 7c03e9b commit bfcb64c

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@0c907a75c2c80ebcb7f088228285e798b750cf8f # 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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
3939
with:
4040
path: tools
4141
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

0 commit comments

Comments
 (0)