There was an error while loading. Please reload this page.
1 parent 8f5f8a9 commit 676e374Copy full SHA for 676e374
2 files changed
.github/workflows/release.yaml
@@ -16,7 +16,7 @@ jobs:
16
new_release_git_tag: ${{ steps.release.outputs.new_release_git_tag }}
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20
with:
21
fetch-depth: 0
22
- name: Set up Go
.github/workflows/validate_docs.yaml
@@ -10,7 +10,7 @@ jobs:
10
name: Validate CLI Docs
11
runs-on: ubuntu-latest
12
13
- - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
14
15
fetch-depth: 1
0 commit comments