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 3b03bc2 + a38ddf7 commit e1f0165Copy full SHA for e1f0165
1 file changed
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
run: dotnet --info
24
25
- name: Cache NuGet packages
26
- uses: actions/cache@v5
+ uses: actions/cache@v6
27
with:
28
path: ~/.nuget/packages
29
key: nuget-${{ runner.os }}-${{ hashFiles('**/*.csproj', '**/Directory.Packages.props', '**/global.json', '**/nuget.config') }}
0 commit comments