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 d3bab18 + 18ebe5d commit 09d9f56Copy full SHA for 09d9f56
1 file changed
.github/workflows/publish-to-nuget.yml
@@ -22,7 +22,7 @@ jobs:
22
dotnet-version: 9.x
23
24
- name: Cache NuGet packages
25
- uses: actions/cache@v4
+ uses: actions/cache@v5
26
with:
27
path: ~/.nuget/packages
28
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
0 commit comments