We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f36ecb3 + 5431ebb commit f0e61dfCopy full SHA for f0e61df
1 file changed
.github/workflows/10-dotnet.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
dotnet-version: 8.0.x
34
- name: Set up dependency caching for faster builds
35
- uses: actions/cache@v4
+ uses: actions/cache@v5
36
37
path: ~/.nuget/packages
38
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
0 commit comments