Skip to content

Commit 3ee58ba

Browse files
authored
Merge pull request #19 from tatsuo48/renovate/actions-checkout-digest
Update actions/checkout digest to 692973e
2 parents a721ffc + 290c7a2 commit 3ee58ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
13+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1414
with:
1515
fetch-depth: 0
1616
- name: Setup Go

.github/workflows/tagpr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
tagpr:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
9+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1010
- id: tagpr
1111
uses: Songmu/tagpr@v1
1212
env:

0 commit comments

Comments
 (0)