Skip to content

Commit a70417e

Browse files
authored
Update publish.yml
1 parent d817121 commit a70417e

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,16 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
with:
1515
fetch-depth: 0
1616
- name: Setup .NET
17-
uses: actions/setup-dotnet@v4
17+
uses: actions/setup-dotnet@v5
1818
with:
1919
dotnet-version: |
20-
6.0.x
21-
7.0.x
2220
8.0.x
2321
9.0.x
22+
10.0.x
2423
- name: Build with .NET
2524
run: dotnet build --configuration Release
2625
- name: Test with .NET
@@ -29,17 +28,16 @@ jobs:
2928
needs: build
3029
runs-on: ubuntu-latest
3130
steps:
32-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v6
3332
with:
3433
fetch-depth: 0
3534
- name: Setup .NET
36-
uses: actions/setup-dotnet@v4
35+
uses: actions/setup-dotnet@v5
3736
with:
3837
dotnet-version: |
39-
6.0.x
40-
7.0.x
4138
8.0.x
4239
9.0.x
40+
10.0.x
4341
- name: Pack nuget package
4442
run: dotnet pack ./Plotly.Blazor/Plotly.Blazor.csproj --configuration Release /p:ContinuousIntegrationBuild=true
4543
env:

0 commit comments

Comments
 (0)