Skip to content

Commit 239f2a6

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

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- ./ember-statechart-component
2121
- ./test-app
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- uses: wyvox/action-setup-pnpm@v3
2525
- run: cd ${{ matrix.path }} && pnpm run lint
2626

@@ -29,7 +29,7 @@ jobs:
2929
timeout-minutes: 5
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
- uses: wyvox/action-setup-pnpm@v3
3434
- run: pnpm --filter test-app run test:ember
3535

@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
needs: tests
4141
steps:
42-
- uses: actions/checkout@v5
42+
- uses: actions/checkout@v6
4343
- uses: wyvox/action-setup-pnpm@v3
4444
with:
4545
args: '--no-lockfile'
@@ -86,7 +86,7 @@ jobs:
8686
8787
8888
steps:
89-
- uses: actions/checkout@v5
89+
- uses: actions/checkout@v6
9090
- uses: wyvox/action-setup-pnpm@v3
9191
- name: Update TS Version
9292
run: pnpm add --save-dev ${{ matrix.typescript-scenario }}

.github/workflows/codeql.yml

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

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: Initialize CodeQL
3030
uses: github/codeql-action/init@v4

.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@v5
24+
- uses: actions/checkout@v6
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@v5
49+
- uses: actions/checkout@v6
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@v5
26+
- uses: actions/checkout@v6
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@v5
46+
- uses: actions/checkout@v6
4747
- uses: wyvox/action-setup-pnpm@v3
4848
with:
4949
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable

0 commit comments

Comments
 (0)