File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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
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
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'
868687878888 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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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'
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 :
Original file line number Diff line number Diff line change 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'
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
You can’t perform that action at this time.
0 commit comments