Skip to content

Commit 27632c0

Browse files
committed
update action version.
1 parent d0fef52 commit 27632c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
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

@@ -53,7 +53,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)