We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb3b8eb + e086038 commit 8a4b044Copy full SHA for 8a4b044
3 files changed
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
- name: Clone repository
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
23
24
- name: Set up Go
25
uses: actions/setup-go@v5
.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@v4
+ - uses: actions/checkout@v5
@@ -46,7 +46,7 @@ jobs:
46
needs: [test-docs]
47
48
49
50
with:
51
fetch-depth: 0
52
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}
26
27
28
29
30
0 commit comments