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 2929 matrix :
3030 node : [18]
3131 steps :
32- - uses : actions/checkout@v3
32+ - uses : actions/checkout@v4
3333 - uses : actions/setup-node@v3
3434 with :
3535 node-version : ${{ matrix.node }}
4646 runs-on : ubuntu-latest
4747 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')
4848 steps :
49- - uses : actions/checkout@v3
49+ - uses : actions/checkout@v4
5050 - uses : actions/setup-node@v3
5151 with :
5252 node-version : 18
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v4
2121 with :
2222 # We must fetch at least the immediate parents so that if this is
2323 # a pull request then we can checkout the head.
You can’t perform that action at this time.
0 commit comments