There was an error while loading. Please reload this page.
2 parents b7fbad7 + 9bc6c5c commit fc5950fCopy full SHA for fc5950f
1 file changed
.github/workflows/build-and-publish.yml
@@ -44,7 +44,7 @@ jobs:
44
dotnet-version: ${{ env.DOTNET_VERSION }}
45
46
- name: Cache NuGet packages
47
- uses: actions/cache@v4
+ uses: actions/cache@v5
48
with:
49
path: ~/.nuget/packages
50
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json', '**/*.csproj') }}
0 commit comments