Skip to content

Commit f823dec

Browse files
Update actions/cache action to v5
1 parent 2192cd7 commit f823dec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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@a7833574556fa59680c1b7cb190c1735db73ebf0 # 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
@@ -48,7 +48,7 @@ jobs:
4848
mono --version
4949
5050
- name: Cache Tools
51-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
51+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
5252
with:
5353
path: tools
5454
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

0 commit comments

Comments
 (0)