We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f3e49 commit 58a11d0Copy full SHA for 58a11d0
1 file changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ${{ matrix.os }}
17
steps:
18
- name: Checkout sources
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
with:
21
fetch-depth: 0
22
- name: Setup .NET
@@ -38,7 +38,7 @@ jobs:
38
runs-on: ubuntu-latest
39
40
41
42
43
uses: actions/setup-dotnet@v4
44
- uses: actions/download-artifact@v4
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
76
77
@@ -90,7 +90,7 @@ jobs:
90
91
92
93
94
95
96
0 commit comments