Skip to content

Commit 18a33f4

Browse files
authored
Merge pull request #219 from nils-org/renovate/actions-cache-digest
Update actions/cache digest to 5a3ec84
2 parents ec2cfd5 + 0a226b1 commit 18a33f4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: git fetch --prune --unshallow
3232

3333
- name: Cache Tools
34-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
34+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3535
with:
3636
path: tools
3737
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
@@ -49,7 +49,7 @@ jobs:
4949
7.0.x
5050
5151
- name: Cache Tools
52-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
52+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
5353
with:
5454
path: tools
5555
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

.github/workflows/publishDocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ref: ${{ github.event.ref }}
2222

2323
- name: Cache Tools
24-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
24+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
2525
with:
2626
path: tools
2727
key: ${{ runner.os }}-doc-tools-${{ hashFiles('recipe.cake') }}

.github/workflows/sonarcloud-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Cache Cake-Tools
25-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
25+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
2626
with:
2727
path: tools
2828
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
2929

3030
- name: Cache SonarCloud packages
31-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
31+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3232
with:
3333
path: ~\sonar\cache
3434
key: ${{ runner.os }}-sonar
3535
restore-keys: ${{ runner.os }}-sonar
3636

3737
- name: Cache SonarCloud scanner
3838
id: cache-sonar-scanner
39-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
39+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
4040
with:
4141
path: ~\sonar\cache
4242
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)