We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e368c45 + 63bbaa4 commit 2369923Copy full SHA for 2369923
2 files changed
.github/workflows/pull-requests.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
dotnet-version: 8.0.400
20
- name: Cache NuGet packages
21
- uses: actions/cache@v4
+ uses: actions/cache@v5
22
23
path: ~/.nuget/packages
24
key: ${{ runner.os }}-nuget-${{ hashFiles('**/paket.lock') }}
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
50
.github/workflows/push-master.yml
@@ -22,7 +22,7 @@ jobs:
25
26
27
28
0 commit comments