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.
1 parent 4f6732a commit cb056f4Copy full SHA for cb056f4
.github/workflows/ci-dotnet-fast.yml
@@ -56,7 +56,7 @@ jobs:
56
dotnet-quality: ${{ inputs.dotnet-quality }}
57
58
- name: NuGet cache
59
- uses: actions/cache@v4.1.1
+ uses: actions/cache@v4.1.2
60
with:
61
path: ${{ github.workspace }}/.nuget/packages
62
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }} #hash of project files
0 commit comments