There was an error while loading. Please reload this page.
1 parent 18ddc74 commit a868d89Copy full SHA for a868d89
2 files changed
.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@v5
+ uses: actions/checkout@v6
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