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 19
19
- windows-latest
20
20
atom_channel : [stable, beta]
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v3
23
23
- uses : UziTech/action-setup-atom@v1
24
24
with :
25
25
channel : ${{ matrix.atom_channel }}
36
36
env :
37
37
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
38
38
steps :
39
- - uses : actions/checkout@v2
39
+ - uses : actions/checkout@v3
40
40
with :
41
41
fetch-depth : 0
42
42
- name : Commit lint ✨
57
57
github.event.repository.fork == false
58
58
runs-on : ubuntu-latest
59
59
steps :
60
- - uses : actions/checkout@v2
60
+ - uses : actions/checkout@v3
61
61
- uses : UziTech/action-setup-atom@v1
62
62
63
63
with :
Original file line number Diff line number Diff line change 30
30
31
31
steps :
32
32
- name : Checkout repository
33
- uses : actions/checkout@v2
33
+ uses : actions/checkout@v3
34
34
with :
35
35
# We must fetch at least the immediate parents so that if this is
36
36
# a pull request then we can checkout the head.
You can’t perform that action at this time.
0 commit comments