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 845ea50 commit c2d0910Copy full SHA for c2d0910
.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: http://nuget.pkg.github.com/seleniumhq/index.json
0 commit comments