File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 using : composite
1313 steps :
1414 - name : Checkout all commits
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
1818
2828 version : 9
2929
3030 - name : Use Node
31- uses : actions/setup-node@v4
31+ uses : actions/setup-node@v5
3232 with :
3333 node-version : ${{ inputs.node_version }}
3434 # This doesn't just set the registry url, but also sets
Original file line number Diff line number Diff line change 1212 node_version : [20]
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - name : Setup
1717 uses : ./.github/actions/setup
1818 with :
2626 needs : [test]
2727
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 - name : Setup
3131 uses : ./.github/actions/setup
3232
Original file line number Diff line number Diff line change 1818 if : github.event_name == 'pull_request'
1919 with :
2020 access_token : ${{ secrets.GITHUB_TOKEN }}
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - name : Setup
2323 uses : ./.github/actions/setup
2424 with :
You can’t perform that action at this time.
0 commit comments