Skip to content

Commit a69550b

Browse files
Update actions/checkout action to v5 (#517)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8e895ae commit a69550b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
timeout-minutes: 15
6767
needs: [determinePR]
6868
steps:
69-
- uses: actions/checkout@v4
69+
- uses: actions/checkout@v5
7070
with:
7171
ref: ${{ github.event.workflow_run.head_branch }}
7272
- name: TurboRepo local server

.github/workflows/plan-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
command: ${{ steps.check-release.outputs.command }}
2222

2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
2727
ref: 'main'
@@ -46,7 +46,7 @@ jobs:
4646
if: (github.event_name == 'push' && needs.check-plan.outputs.command != 'release') || (github.event_name == 'pull_request_target' && github.event.pull_request.merged == true)
4747

4848
steps:
49-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@v5
5050
# We need to download lots of history so that
5151
# github-changelog can discover what's changed since the last release
5252
with:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
command: ${{ steps.check-release.outputs.command }}
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
with:
2828
fetch-depth: 0
2929
ref: 'main'
@@ -43,7 +43,7 @@ jobs:
4343
pull-requests: write
4444

4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v5
4747
- uses: wyvox/action-setup-pnpm@v3
4848
with:
4949
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable

.github/workflows/push-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: write
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- uses: NullVoxPopuli/[email protected]
1919
- uses: kategengler/[email protected]
2020
with:

0 commit comments

Comments
 (0)