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 5372344 commit 32c7249Copy full SHA for 32c7249
.github/workflows/ensure-docs-compiled.yaml
@@ -6,8 +6,8 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- name: Checkout 🛎
9
- uses: actions/checkout@v2
10
- - uses: actions/setup-go@v4
+ uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
+ - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
11
- shell: bash
12
run: make build-docs
13
0 commit comments