general: update GitHub actions

This commit is contained in:
Lan Tian 2023-09-09 01:29:49 -07:00
parent b4c1bed9ba
commit 17e0b14243
No known key found for this signature in database
GPG Key ID: 04E66B6B25A0862B

View File

@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3
- name: Release frontend
uses: wangyoucao577/go-release-action@v1.34
uses: wangyoucao577/go-release-action@v1.40
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
@ -31,7 +31,7 @@ jobs:
binary_name: "bird-lg-go"
- name: Release proxy
uses: wangyoucao577/go-release-action@v1.34
uses: wangyoucao577/go-release-action@v1.40
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}