File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1919 timeout-minutes : 15
2020
2121 steps :
22- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
22+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2323 - uses : volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4
2424 - uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
2525 with :
4040 timeout-minutes : 15
4141
4242 steps :
43- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
43+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4444 - uses : volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4
4545 - uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
4646 with :
6868 - ember-lts-4.12
6969
7070 steps :
71- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
71+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
7272 - uses : volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4
7373 - uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
7474 with :
Original file line number Diff line number Diff line change 1414 name : Run Gravity
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
17+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1818 - uses : volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4
1919 - uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
2020 with :
Original file line number Diff line number Diff line change 2424 command : ${{ steps.check-release.outputs.command }}
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 with :
2929 fetch-depth : 0
3030 ref : " master"
4949 if : (github.event_name == 'push' && needs.check-plan.outputs.command != 'release') || (github.event_name == 'pull_request_target' && github.event.pull_request.merged == true)
5050
5151 steps :
52- - uses : actions/checkout@v4
52+ - uses : actions/checkout@v5
5353 # We need to download lots of history so that
5454 # github-changelog can discover what's changed since the last release
5555 with :
Original file line number Diff line number Diff line change 2525 command : ${{ steps.check-release.outputs.command }}
2626
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 with :
3030 fetch-depth : 0
3131 ref : " master"
4545 pull-requests : write
4646
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v5
4949 - uses : volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4
5050 - run : pnpm install --frozen-lockfile
5151 - name : Set publishing config
You can’t perform that action at this time.
0 commit comments