We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f17c0 commit d0e4a8eCopy full SHA for d0e4a8e
.github/workflows/cd.yml
@@ -113,7 +113,7 @@ jobs:
113
dotnet-version: '6.0.x'
114
115
- name: Cache NuGet packages
116
- uses: actions/cache@v4.0.2
+ uses: actions/cache@v4.2.2
117
with:
118
path: ~/.nuget/packages
119
key: nuget-ui-tests-${{ hashFiles('tests/RazorPagesMovie.UITests/RazorPagesMovie.UITests.csproj') }}
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
86
87
if: matrix.build-mode == 'manual'
88
89
90
91
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/global.json') }}
0 commit comments