We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba62c9 commit 50411a4Copy full SHA for 50411a4
.github/workflows/go.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
- name: Set up Go
14
uses: actions/setup-go@v5
15
with:
.github/workflows/release-command.yml
@@ -18,7 +18,7 @@ jobs:
18
- goarch: arm64
19
goos: windows
20
21
22
- uses: wangyoucao577/[email protected]
23
24
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments