Skip to content

Commit 2cb0371

Browse files
Update actions/cache digest to 5a3ec84
1 parent a7b972a commit 2cb0371

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4
5252
with:
5353
path: tools
5454
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

.github/workflows/codeql-analysis.yml

+1-1
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4
4747
with:
4848
path: tools
4949
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

0 commit comments

Comments
 (0)