We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08fb9eb + 8f4e5f1 commit 8d6365aCopy full SHA for 8d6365a
.github/workflows/docs-gen-and-push.yaml
@@ -27,7 +27,7 @@ jobs:
27
name: Generate and push
28
runs-on: ubuntu-latest
29
steps:
30
- - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # tag=v6.0.0
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1
31
32
- run: git fetch origin gh-pages
33
- run: git fetch origin '+refs/tags/v*:refs/tags/v*' --no-tags
.github/workflows/goreleaser.yml
@@ -39,7 +39,7 @@ jobs:
39
varcache: false
40
41
- name: Checkout
42
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # tag=v6.0.0
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1
43
with:
44
fetch-depth: 0
45
0 commit comments