File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 - windows-latest
2020 atom_channel : [stable, beta]
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v3
2323 - uses : UziTech/action-setup-atom@v1
2424 with :
2525 channel : ${{ matrix.atom_channel }}
3636 env :
3737 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3838 steps :
39- - uses : actions/checkout@v2
39+ - uses : actions/checkout@v3
4040 with :
4141 fetch-depth : 0
4242 - name : Commit lint ✨
5757 github.event.repository.fork == false
5858 runs-on : ubuntu-latest
5959 steps :
60- - uses : actions/checkout@v2
60+ - uses : actions/checkout@v3
6161 - uses : UziTech/action-setup-atom@v1
6262 - uses : actions/setup-node@v3.0.0
6363 with :
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.
You can’t perform that action at this time.
0 commit comments