We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ee58ba + 2f8044b commit bcf2699Copy full SHA for bcf2699
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
+ uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
14
with:
15
fetch-depth: 0
16
- name: Setup Go
.github/workflows/tagpr.yml
@@ -6,7 +6,7 @@ jobs:
6
tagpr:
7
8
9
- - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
+ - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- id: tagpr
uses: Songmu/tagpr@v1
env:
0 commit comments