Skip to content

Commit fca0c45

Browse files
Update actions/cache digest to 0057852
1 parent edcc352 commit fca0c45

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
@@ -63,7 +63,7 @@ jobs:
6363
9.0
6464
6565
- name: Cache Tools
66-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
66+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
6767
with:
6868
path: tools
6969
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
@@ -36,7 +36,7 @@ jobs:
3636
9.0
3737
3838
- name: Cache Tools
39-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
39+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
4040
with:
4141
path: tools
4242
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

0 commit comments

Comments
 (0)