File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 if : github.event_name == 'push' || !(github.event.pull_request.head.repo.fork)
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v3
2727 - uses : actions/setup-node@v2
2828 with :
2929 node-version : 14.x
4040 if : github.event_name == 'push' || !(github.event.pull_request.head.repo.fork)
4141 runs-on : ubuntu-latest
4242 steps :
43- - uses : actions/checkout@v2
43+ - uses : actions/checkout@v3
4444 - uses : actions/setup-node@v2
4545 with :
4646 node-version : 14.x
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v3
1212 - name : Set up Node (14)
1313 uses : actions/setup-node@v2
1414 with :
Original file line number Diff line number Diff line change 1919 run : |
2020 sudo apt-get update
2121 sudo apt-get install google-chrome-stable
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v3
2323 - name : Set up Node (16)
2424 uses : actions/setup-node@v2
2525 with :
You can’t perform that action at this time.
0 commit comments