Skip to content

Commit f6b7602

Browse files
chore(deps): update actions/checkout action to v4 (#58)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0b207ed commit f6b7602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
2424
# Format changelog, workaround for https://github.com/google-github-actions/release-please-action/issues/542
2525
# Taken from https://github.com/remarkablemark/release-please-extra-files-demo/blob/master/.github/workflows/release-please.yml
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
if: ${{ steps.release.outputs.pr }}
2828
with:
2929
ref: ${{ fromJson(steps.release.outputs.pr).headBranchName }}
@@ -52,7 +52,7 @@ jobs:
5252
needs: [release-pr]
5353
if: needs.release-pr.outputs.release_created
5454
steps:
55-
- uses: actions/checkout@v3
55+
- uses: actions/checkout@v4
5656
- run: corepack enable
5757
- uses: actions/setup-node@v3
5858
with:

0 commit comments

Comments
 (0)