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.
2 parents aeb3c4c + 76b1fbc commit 8971a2cCopy full SHA for 8971a2c
.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@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
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
@@ -17,7 +17,7 @@ jobs:
17
18
19
- name: Checkout
20
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
21
with:
22
fetch-depth: 0
23
0 commit comments