File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 matrix :
2020 node : [18, 20]
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 - uses : actions/setup-node@v3
2424 with :
2525 node-version : ${{ matrix.node }}
3636 runs-on : ubuntu-latest
3737 if : github.actor != 'github-actions[bot]' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next')
3838 steps :
39- - uses : actions/checkout@v3
39+ - uses : actions/checkout@v4
4040 - uses : actions/setup-node@v3
4141 with :
4242 node-version : 20
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout repository
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616 with :
1717 # We must fetch at least the immediate parents so that if this is
1818 # a pull request then we can checkout the head.
You can’t perform that action at this time.
0 commit comments