Skip to content

Commit 9278f8d

Browse files
authored
Merge pull request #15 from tsuyoshicho/renovate/actions-checkout-5.x
2 parents 4e80c98 + 440f50e commit 9278f8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919
with:
2020
submodules: true
2121

@@ -57,6 +57,6 @@ jobs:
5757
if: github.event.action == 'labeled'
5858
runs-on: ubuntu-latest
5959
steps:
60-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
60+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6161
- name: Post bumpr status comment
6262
uses: haya14busa/action-bumpr@faf6f474bcb6174125cfc569f0b2e24cbf03d496 # v1.11.4

0 commit comments

Comments
 (0)