We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 547b281 + 6be91e1 commit 5493122Copy full SHA for 5493122
1 file changed
.github/workflows/dotnet.yml
@@ -9,7 +9,7 @@ jobs:
9
os: [ubuntu-latest, windows-latest, macos-latest]
10
steps:
11
- name: Checkout
12
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
13
14
- run: echo ${{matrix.os}}
15
@@ -19,7 +19,7 @@ jobs:
19
dotnet-version: '10.0.x'
20
21
- name: Load nuget cache
22
- uses: actions/cache@v5
+ uses: actions/cache@v6
23
with:
24
path: |
25
~/.nuget/packages
0 commit comments