We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7919bcf commit 8684a60Copy full SHA for 8684a60
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
runs-on: ${{ matrix.job.os }}
38
steps:
39
- name: Setup net5.0
40
- uses: actions/setup-dotnet@v4.0.0
+ uses: actions/setup-dotnet@v4.0.1
41
with:
42
dotnet-version: "5.0.401"
43
- name: Run dotnet --info
0 commit comments