Skip to content

Commit e050201

Browse files
chore(deps): update actions/cache action to v5
1 parent f1b8453 commit e050201

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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
65+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # 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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
53+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # 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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
36+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # 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
- name: Fetch all tags and branches
1616
run: git fetch --prune --unshallow
1717
- name: Cache Tools
18-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
18+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
1919
with:
2020
path: tools
2121
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

0 commit comments

Comments
 (0)