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 263c5ab commit 8e56bbfCopy full SHA for 8e56bbf
.github/workflows/build.yaml
@@ -12,11 +12,11 @@ jobs:
12
build:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@master
+ - uses: actions/checkout@v4
16
with:
17
fetch-depth: 1
18
- name: Install Go
19
- uses: actions/setup-go@master
+ uses: actions/setup-go@v5
20
21
go-version: 1.23.x
22
- name: Make all
.github/workflows/publish.yaml
@@ -20,11 +20,11 @@ jobs:
statuses: read
23
24
25
26
27
28
29
30
0 commit comments