We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4110141 + 37dd80b commit a1357a6Copy full SHA for a1357a6
1 file changed
.github/workflows/autobuild.yml
@@ -24,7 +24,7 @@ jobs:
24
grep "" matches.txt && exit 1 || echo "No trailing space found!"
25
26
- name: Setup .NET Core
27
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
28
29
- name: Restore with .NET Core
30
run: dotnet restore
0 commit comments