Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit aef909d

Browse files
authored
Merge pull request #15 from nils-org/renovate/actions-cache-3.x
(maint) Update actions/cache action to v3
2 parents 4e3f68e + bb0d6e4 commit aef909d

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
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
dotnet-version: '6.0.x'
6060
- name: Cache Tools
61-
uses: actions/cache@v2
61+
uses: actions/cache@v3
6262
with:
6363
path: tools
6464
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
@@ -49,7 +49,7 @@ jobs:
4949
dotnet-version: '6.0.x'
5050

5151
- name: Cache Tools
52-
uses: actions/cache@v2
52+
uses: actions/cache@v3
5353
with:
5454
path: tools
5555
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

0 commit comments

Comments
 (0)