We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d2c905 commit c590b01Copy full SHA for c590b01
.github/workflows/build-and-test.yml
@@ -31,7 +31,7 @@ jobs:
31
matrix:
32
os: [windows-latest]
33
steps:
34
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
35
- name: Setup .NET
36
uses: actions/setup-dotnet@v4
37
with:
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
build-and-test:
16
runs-on: ubuntu-latest
17
18
19
20
21
0 commit comments