We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d81899e + 97be835 commit 716a6f6Copy full SHA for 716a6f6
1 file changed
.github/workflows/build-test.yaml
@@ -22,7 +22,7 @@ jobs:
22
os: [ubuntu-latest, windows-latest, macOS-latest]
23
name: .NET Build
24
steps:
25
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
26
with:
27
fetch-depth: 0
28
- name: Setup .NET
@@ -66,7 +66,7 @@ jobs:
66
needs: build
67
name: Integration Tests
68
69
70
71
72
0 commit comments