This repository was archived by the owner on Jun 9, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@v2
33+ uses : actions/checkout@v3
3434 with :
3535 # We must fetch at least the immediate parents so that if this is
3636 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 1818 runs-on : ${{ matrix.os }}
1919 steps :
2020 - name : Checkout Code
21- uses : actions/checkout@v2
21+ uses : actions/checkout@v3
2222 - name : Install Atom
2323 uses : UziTech/action-setup-atom@v1
2424 with :
3737 runs-on : ubuntu-latest
3838 steps :
3939 - name : Checkout Code
40- uses : actions/checkout@v2
40+ uses : actions/checkout@v3
4141 - name : Install Node
4242 uses : dcodeIO/setup-node-nvm@master
4343 with :
5555 runs-on : ubuntu-latest
5656 steps :
5757 - name : Checkout Code
58- uses : actions/checkout@v2
58+ uses : actions/checkout@v3
5959 - name : Install Atom
6060 uses : UziTech/action-setup-atom@v1
6161 - name : Install Node
You can’t perform that action at this time.
0 commit comments