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 52cd265 commit 0f48339Copy full SHA for 0f48339
.github/workflows/build.yaml
@@ -15,11 +15,11 @@ jobs:
15
cancel-in-progress: true
16
runs-on: actuated-8cpu-16gb
17
steps:
18
- - uses: actions/checkout@master
+ - uses: actions/checkout@v5
19
with:
20
fetch-depth: 1
21
- name: Install Go
22
- uses: actions/setup-go@master
+ uses: actions/setup-go@v6
23
24
go-version: 1.25.x
25
- name: Make
.github/workflows/publish.yaml
@@ -9,11 +9,11 @@ jobs:
9
publish:
10
11
12
13
14
0 commit comments