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.
2 parents 183b3a2 + b5e4348 commit f980ca8Copy full SHA for f980ca8
3 files changed
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
- name: Clone repository
22
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
23
24
- name: Set up Go
25
uses: actions/setup-go@v6
.github/workflows/publish-docs.yml
@@ -15,7 +15,7 @@ jobs:
15
name: test-docs
16
runs-on: ubuntu-24.04
17
18
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
@@ -41,7 +41,7 @@ jobs:
41
needs: [test-docs]
42
43
44
45
with:
46
fetch-depth: 0
47
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}
26
27
28
29
30
0 commit comments