Skip to content

Commit 40e6f4a

Browse files
chore(deps): update actions/cache action to v5
1 parent e158c62 commit 40e6f4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
sudo apt install -y mono-complete
7575
mono --version
7676
- name: Cache Tools
77-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
77+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
7878
with:
7979
path: tools
8080
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
@@ -46,7 +46,7 @@ jobs:
4646
10.0
4747
4848
- name: Cache Tools
49-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
49+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
5050
with:
5151
path: tools
5252
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') }}

0 commit comments

Comments
 (0)