Skip to content

Commit 08375d8

Browse files
committed
doc: prefer latest version
(cherry picked from commit b3f2406)
1 parent f3c2d7b commit 08375d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- uses: actions/checkout@v2
44-
- uses: wangyoucao577/go-release-action@v1.26
44+
- uses: wangyoucao577/go-release-action@v1.28
4545
with:
4646
github_token: ${{ secrets.GITHUB_TOKEN }}
4747
goos: linux
@@ -105,7 +105,7 @@ jobs:
105105
goos: windows
106106
steps:
107107
- uses: actions/checkout@v2
108-
- uses: wangyoucao577/go-release-action@v1.26
108+
- uses: wangyoucao577/go-release-action@v1.28
109109
with:
110110
github_token: ${{ secrets.GITHUB_TOKEN }}
111111
goos: ${{ matrix.goos }}

0 commit comments

Comments
 (0)