File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 steps :
1010
1111 - name : Clone repository
12- uses : actions/checkout@v1
12+ uses : actions/checkout@v4
1313 with :
1414 submodules : true
1515 fetch-depth : 1
1616
17- - name : Set up Go 1.13.1
18- uses : actions/setup-go@v1
17+ - name : Set up Go 1.21.5
18+ uses : actions/setup-go@v5
1919 with :
20- go-version : 1.13.1
20+ go-version : ' >=1.17.0 '
2121 id : go
2222
2323
5353 Compress-Archive -CompressionLevel Optimal -Force -Path examples/wowjump/wowjump.exe -DestinationPath release/wowjump.zip
5454
5555 - name : Draft Release
56- uses : softprops/action-gh-release@v1
56+ uses : softprops/action-gh-release@v2
5757 if : startsWith(github.ref, 'refs/tags/') && github.repository == 'whtiehack/wingui'
5858 env :
5959 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments