Skip to content

Commit 413e8b9

Browse files
Update actions/cache action to v5
1 parent bac3453 commit 413e8b9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
sudo apt install -y mono-complete
7474
mono --version
7575
- name: Cache Tools
76-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
76+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
7777
with:
7878
path: tools
7979
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
@@ -57,7 +57,7 @@ jobs:
5757
mono --version
5858
5959
- name: Cache Tools
60-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
60+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
6161
with:
6262
path: tools
6363
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
@@ -31,7 +31,7 @@ jobs:
3131
6.0
3232
10.0
3333
- name: Cache Tools
34-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
34+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
3535
with:
3636
path: tools
3737
key: ${{ runner.os }}-doc-tools-${{ hashFiles('recipe.cake') }}

0 commit comments

Comments
 (0)