We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a004992 commit 9db09e1Copy full SHA for 9db09e1
3 files changed
.github/workflows/build-and-test.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Setup .NET
36
uses: ./.github/actions/setup-dotnet
37
- name: Setup Dependency Caching
38
- uses: actions/cache@v4
+ uses: actions/cache@v5
39
id: nuget-cache
40
with:
41
path: |
.github/workflows/copilot-setup-steps.yml
@@ -29,7 +29,7 @@ jobs:
29
30
dotnet-version: 8.x
31
32
33
34
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
24
25
0 commit comments