Skip to content

Commit caa5f05

Browse files
chore(deps): update actions/checkout action to v6 (#31)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c5a8ac commit caa5f05

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# don't trigger additional workflows.
3030
- name: Checkout
3131
if: steps.rp.outputs.release_created == 'true'
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333

3434
- name: Setup Node
3535
if: steps.rp.outputs.release_created == 'true'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727
with:
2828
ref: ${{ github.event.inputs.ref || github.ref }}
2929

0 commit comments

Comments
 (0)