We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8140199 + 754c9dc commit f479ef0Copy full SHA for f479ef0
.github/workflows/release.yaml
@@ -12,7 +12,7 @@ jobs:
12
id-token: write
13
steps:
14
- name: Checkout code
15
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
16
with:
17
fetch-depth: 0
18
.github/workflows/test.yaml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
19
20
- name: Setup Go
21
uses: actions/setup-go@v6
@@ -52,7 +52,7 @@ jobs:
52
runs-on: ${{ matrix.os }}
53
54
55
56
57
58
0 commit comments