Skip to content

Commit 706996a

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@27d5ce7f107fe9357f9df03efb73ab90386fccae # 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
5252
with:
5353
path: tools
5454
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

0 commit comments

Comments
 (0)