Skip to content

Commit 61206af

Browse files
Update actions/cache digest to 8b402f5
1 parent 77e9ed5 commit 61206af

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
mono --version
6363
6464
- name: Cache Tools
65-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
65+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
6666
with:
6767
path: tools
6868
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
@@ -50,7 +50,7 @@ jobs:
5050
8.0.x
5151
5252
- name: Cache Tools
53-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
53+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
5454
with:
5555
path: tools
5656
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
@@ -33,7 +33,7 @@ jobs:
3333
mono --version
3434
3535
- name: Cache Tools
36-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
36+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
3737
with:
3838
path: tools
3939
key: ${{ runner.os }}-doc-tools-${{ hashFiles('recipe.cake') }}

.github/workflows/release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- name: Cache Tools
18-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
18+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
1919
with:
2020
path: tools
2121
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

0 commit comments

Comments
 (0)