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 d822e2e commit b8d3c7dCopy full SHA for b8d3c7d
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
git tag --list
28
29
# Install .NET version as mandated by global.json
30
- - uses: actions/setup-dotnet@v3
+ - uses: actions/setup-dotnet@v4.1.0
31
with:
32
global-json-file: global.json
33
env:
0 commit comments