We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71b6c0 commit b86a3a8Copy full SHA for b86a3a8
.github/workflows/url_check_workflow.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup dotnet
17
uses: actions/setup-dotnet@v3
18
with:
19
- dotnet-version: '6.0.x'
+ dotnet-version: '9.0.x'
20
21
- name: Build and run the url tester csproj
22
run: |
0 commit comments