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 f9f8295 commit cac3785Copy full SHA for cac3785
1 file changed
.github/workflows/ci-build.yml
@@ -55,7 +55,7 @@ jobs:
55
dotnet-version: ${{ env.DOTNET_VERSION }}
56
57
- name: Cache NuGet packages
58
- uses: actions/cache@v6
+ uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
59
with:
60
path: ~/.nuget/packages
61
key: ${{ matrix.os }}-tests-nuget-${{ hashFiles('**/*.csproj', 'Directory.Packages.props') }}
0 commit comments