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 1818 timeout-minutes : 5
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - uses : wyvox/action-setup-pnpm@v3
2323 with :
2424 # Future installations will run "prepare"
3232 timeout-minutes : 5
3333
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636 - uses : wyvox/action-setup-pnpm@v3
3737 - name : " Verify that no manually needed fixes / violations are present"
3838 run : pnpm lint
4444 timeout-minutes : 5
4545
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v5
4848 - uses : wyvox/action-setup-pnpm@v3
4949 - run : pnpm test:ember
5050 working-directory : tests/test-app
5656 timeout-minutes : 5
5757
5858 steps :
59- - uses : actions/checkout@v4
59+ - uses : actions/checkout@v5
6060 - uses : wyvox/action-setup-pnpm@v3
6161 - run : pnpm test:ember
6262 working-directory : tests/min-supported
8181 - ember-canary
8282
8383 steps :
84- - uses : actions/checkout@v4
84+ - uses : actions/checkout@v5
8585 - uses : wyvox/action-setup-pnpm@v3
8686 - run : ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }} --skip-cleanup
8787 # - run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }} --skip-cleanup --- echo "setup"
Original file line number Diff line number Diff line change 2222 command : ${{ steps.check-release.outputs.command }}
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 with :
2727 fetch-depth : 2
2828 ref : ' main'
4545 if : ((github.event_name == 'push' || github.event_name == 'workflow_dispatch') && needs.is-this-a-release.outputs.command != 'release') || (github.event_name == 'pull_request_target' && github.event.pull_request.merged == true)
4646
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v5
4949 # We need to download lots of history so that
5050 # github-changelog can discover what's changed since the last release
5151 with :
Original file line number Diff line number Diff line change 2727 attestations : write
2828
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131 - uses : pnpm/action-setup@v4
3232 - uses : actions/setup-node@v4
3333 with :
Original file line number Diff line number Diff line change 1818 permissions :
1919 contents : write
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - uses : NullVoxPopuli/action-setup-pnpm@v2
2323 -
uses :
kategengler/[email protected] 2424 with :
You can’t perform that action at this time.
0 commit comments