Skip to content

Commit ce675d2

Browse files
committed
Update GitHub Actions to use latest versions of checkout and setup-dotnet actions
1 parent cac2f19 commit ce675d2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/gh-pages.yml

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

1515
# Install .NET SDK
1616
- name: Setup .NET SDK
17-
uses: actions/setup-dotnet@v4
17+
uses: actions/setup-dotnet@v5
1818
with:
1919
dotnet-version: "10.0.x"
20-
dotnet-quality: 'preview'
2120
- name: Install .NET WebAssembly Tools
2221
run: dotnet workload install wasm-tools
2322

0 commit comments

Comments
 (0)