Skip to content

Commit adf63d1

Browse files
Update actions/cache action to v5
1 parent 5b11d94 commit adf63d1

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
@@ -77,7 +77,7 @@ jobs:
7777
sudo apt install -y mono-complete
7878
mono --version
7979
- name: Cache Tools
80-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
80+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
8181
with:
8282
path: .cake
8383
key: ${{ runner.os }}-cake-${{ hashFiles('recipe.cake') }}

.github/workflows/codeql-analysis.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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
6666
with:
6767
path: .cake
6868
key: ${{ runner.os }}-cake-${{ hashFiles('recipe.cake') }}

.github/workflows/publishDocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
mono --version
4545
4646
- name: Cache Tools
47-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
47+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
4848
with:
4949
path: tools
5050
key: ${{ runner.os }}-doc-tools-${{ hashFiles('recipe.cake') }}

0 commit comments

Comments
 (0)