We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d669104 commit 5e8e6e1Copy full SHA for 5e8e6e1
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
go-version: ${{ env.go_version }}
19
20
- name: Checkout code
21
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
22
with:
23
fetch-depth: 0
24
.github/workflows/tests.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
- name: Run tests
34
shell: bash
0 commit comments