2 parents 8915f62 + a7a2740 commit 80150cdCopy full SHA for 80150cd
1 file changed
.github/workflows/10-dotnet.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
dotnet-version: 10.0.x
32
- name: Set up dependency caching for faster builds
33
- uses: actions/cache@v5
+ uses: actions/cache@v6
34
35
path: ~/.nuget/packages
36
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
0 commit comments