We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3590b8d commit f10e699Copy full SHA for f10e699
.github/workflows/gh-pages.yml
@@ -27,7 +27,7 @@ jobs:
27
runs-on: ubuntu-latest
28
steps:
29
- name: Checkout
30
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
31
with:
32
submodules: recursive
33
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
CGO_ENABLED: 0
67
68
- name: Checkout codebase
69
70
71
- name: Show workflow information
72
run: |
0 commit comments