File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -22,17 +22,16 @@ jobs:
2222 steps :
2323 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2424 - name : Checkout
25- uses : actions/checkout@v3
25+ uses : actions/checkout@v4
2626
27- - name : Setup .NET 3.1
28- uses : actions/setup-dotnet@v3
27+ - name : Setup dotnet
28+ uses : actions/setup-dotnet@v4
2929 with :
30- dotnet-version : 3.1.301
31-
32- - name : Setup .NET 5
33- uses : actions/setup-dotnet@v3
34- with :
35- dotnet-version : 5.0.102
30+ dotnet-version : |
31+ 3.1.x
32+ 5.0.x
33+ 6.0.x
34+ 7.0.x
3635
3736 - name : Restore dotnet tools
3837 run : dotnet tool restore
5150 TOKEN : ${{ secrets.GITHUB_TOKEN }}
5251 BRANCH : gh-pages # The branch the action should deploy to.
5352 FOLDER : ./src/_public # The folder the action should deploy.
54- CLEAN : true # Automatically remove deleted files from the deploy branch
53+ CLEAN : true # Automatically remove deleted files from the deploy branch
You can’t perform that action at this time.
0 commit comments