We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac2f19 commit ce675d2Copy full SHA for ce675d2
1 file changed
.github/workflows/gh-pages.yml
@@ -10,14 +10,13 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
# Checkout the code
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
15
# Install .NET SDK
16
- name: Setup .NET SDK
17
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
18
with:
19
dotnet-version: "10.0.x"
20
- dotnet-quality: 'preview'
21
- name: Install .NET WebAssembly Tools
22
run: dotnet workload install wasm-tools
23
0 commit comments