We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a721ffc + 290c7a2 commit 3ee58baCopy full SHA for 3ee58ba
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- id: tagpr
uses: Songmu/tagpr@v1
env:
0 commit comments