File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111 steps :
1212 - name : Checkout PR branch
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414
1515 - name : Get PR version
1616 id : pr
2121 Write-Host "PR version: $version"
2222
2323 - name : Checkout main
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 with :
2626 ref : main
2727 path : main-branch
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 runs-on : windows-latest
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515
1616 - name : Setup .NET 8.0
17- uses : actions/setup-dotnet@v4
17+ uses : actions/setup-dotnet@v5
1818 with :
1919 dotnet-version : 8.0.x
2020
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
2727 url : ${{ steps.deployment.outputs.page_url }}
2828
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131
3232 - name : Setup .NET 8.0
33- uses : actions/setup-dotnet@v4
33+ uses : actions/setup-dotnet@v5
3434 with :
3535 dotnet-version : 8.0.x
3636
Original file line number Diff line number Diff line change 1515 outputs :
1616 has_changes : ${{ steps.check.outputs.has_changes }}
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 ref : dev
2121 fetch-depth : 0
@@ -38,12 +38,12 @@ jobs:
3838 runs-on : windows-latest
3939
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v5
4242 with :
4343 ref : dev
4444
4545 - name : Setup .NET 8.0
46- uses : actions/setup-dotnet@v4
46+ uses : actions/setup-dotnet@v5
4747 with :
4848 dotnet-version : 8.0.x
4949
Original file line number Diff line number Diff line change 1616 runs-on : windows-latest
1717
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020
2121 - name : Get version
2222 id : version
4646 gh release create "v${{ steps.version.outputs.VERSION }}" --title "v${{ steps.version.outputs.VERSION }}" --generate-notes --target main
4747
4848 - name : Setup .NET 8.0
49- uses : actions/setup-dotnet@v4
49+ uses : actions/setup-dotnet@v5
5050 with :
5151 dotnet-version : 8.0.x
5252
@@ -78,14 +78,14 @@ jobs:
7878 - name : Upload Windows build for signing
7979 if : steps.signing.outputs.ENABLED == 'true'
8080 id : upload-unsigned
81- uses : actions/upload-artifact@v4
81+ uses : actions/upload-artifact@v6
8282 with :
8383 name : App-unsigned
8484 path : publish/win-x64/
8585
8686 - name : Sign Windows build
8787 if : steps.signing.outputs.ENABLED == 'true'
88- uses : signpath/github-action-submit-signing-request@v1
88+ uses : signpath/github-action-submit-signing-request@v2
8989 with :
9090 api-token : ' ${{ secrets.SIGNPATH_API_TOKEN }}'
9191 organization-id : ' 7969f8b6-d946-4a74-9bac-a55856d8b8e0'
You can’t perform that action at this time.
0 commit comments