Skip to content

Commit 240196c

Browse files
Update actions/cache digest to 0c907a7
1 parent a7b972a commit 240196c

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
@@ -48,7 +48,7 @@ jobs:
4848
- name: Fetch all tags and branches
4949
run: git fetch --prune --unshallow
5050
- name: Cache Tools
51-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
51+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
5252
with:
5353
path: tools
5454
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
@@ -43,7 +43,7 @@ jobs:
4343
6.0
4444
9.0
4545
- name: Cache Tools
46-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
46+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
4747
with:
4848
path: tools
4949
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

0 commit comments

Comments
 (0)