We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f25d316 commit 81a7b52Copy full SHA for 81a7b52
.github/workflows/build.yaml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
16
with:
17
fetch-depth: 1
18
- name: Install Go
.github/workflows/publish.yaml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
26
0 commit comments