Skip to content

Commit e57f439

Browse files
Update actions/cache digest to 6849a64
1 parent 6e45cf2 commit e57f439

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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
64+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
38+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
3939
with:
4040
path: tools
4141
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

0 commit comments

Comments
 (0)