Skip to content

Commit 5f818e8

Browse files
committed
Update GitHub Actions to use latest versions of checkout and setup-dotnet actions
1 parent 9754dce commit 5f818e8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
# Checkout the code
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616

1717
# Install .NET SDK
1818
- name: Setup .NET SDK
19-
uses: actions/setup-dotnet@v4
19+
uses: actions/setup-dotnet@v5
2020
with:
2121
dotnet-version: 10.0.x
22-
dotnet-quality: 'preview'
2322
- name: Install .NET WebAssembly Tools
2423
run: dotnet workload install wasm-tools
2524

0 commit comments

Comments
 (0)