Skip to content

Commit 79f16cf

Browse files
authored
Merge pull request #268 from cake-contrib/renovate/actions-cache-digest
Update actions/cache digest to 3624ceb
2 parents 3228640 + e5bd916 commit 79f16cf

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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
51+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # 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
7.0
4444
8.0
4545
- name: Cache Tools
46-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
46+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
4747
with:
4848
path: tools
4949
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

0 commit comments

Comments
 (0)