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 c3c7a9d commit 6516fa2Copy full SHA for 6516fa2
.github/workflows/dotnet-examples.yml
@@ -46,12 +46,12 @@ jobs:
46
run: Xvfb :99 &
47
- name: Set up .Net Stable
48
if: matrix.release == 'stable'
49
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
50
with:
51
dotnet-version: 8.x
52
- name: Set up .Net Nightly
53
if: matrix.release == 'nightly'
54
55
56
57
source-url: https://nuget.pkg.github.com/seleniumhq/index.json
0 commit comments