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.
1 parent 97b9601 commit 89022d3Copy full SHA for 89022d3
.github/workflows/docs.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Check out code into the Go module directory
12
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
13
with:
14
submodules: true
15
- name: Set up Hugo
.github/workflows/go.yml
@@ -18,7 +18,7 @@ jobs:
18
id: go
19
20
21
22
23
- name: Get dependencies
24
run: |
0 commit comments