File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616 name : lint:js
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - name : Setup
2121 uses : ./.github/actions/setup
2222 - name : Lint
2626 name : lint:types
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 - name : Setup
3131 uses : ./.github/actions/setup
3232 - name : Lint
3535 test :
3636 runs-on : ubuntu-latest
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v5
3939 - name : Setup
4040 uses : ./.github/actions/setup
4141 - run : pnpm test
7474 - embroider-optimized
7575
7676 steps :
77- - uses : actions/checkout@v4
77+ - uses : actions/checkout@v5
7878 - name : Setup
7979 uses : ./.github/actions/setup
8080 - name : Run Tests
Original file line number Diff line number Diff line change 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 : 2
2727 ref : ' main'
4444 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)
4545
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v5
4848 # We need to download lots of history so that
4949 # github-changelog can discover what's changed since the last release
5050 with :
Original file line number Diff line number Diff line change 2626 attestations : write
2727
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 - name : Setup
3131 uses : ./.github/actions/setup
3232 - name : Publish to NPM
You can’t perform that action at this time.
0 commit comments