Skip to content

Commit e230f8d

Browse files
authored
Merge pull request #275 from cake-contrib/renovate/actions-cache-digest
Update actions/cache digest to 5a3ec84
2 parents d7ffb94 + 8261787 commit e230f8d

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
@@ -60,7 +60,7 @@ jobs:
6060
9.0
6161
6262
- name: Cache Tools
63-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
63+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
6464
with:
6565
path: tools
6666
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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
39+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
4040
with:
4141
path: tools
4242
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

0 commit comments

Comments
 (0)