File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 79
79
runs-on : ${{ matrix.os }}
80
80
steps :
81
81
- name : Checkout
82
- uses : actions/checkout@v3.2 .0
82
+ uses : actions/checkout@v3.3 .0
83
83
with :
84
84
clean : ' false'
85
85
fetch-depth : ' 0'
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v3.2 .0
13
+ uses : actions/checkout@v3.3 .0
14
14
with :
15
15
fetch-depth : 0
16
16
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v3.2 .0
17
+ uses : actions/checkout@v3.3 .0
18
18
with :
19
19
fetch-depth : 0
20
20
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v3.2 .0
19
+ uses : actions/checkout@v3.3 .0
20
20
21
21
- name : Run Labeler
22
22
if : success()
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v3.2 .0
16
+ uses : actions/checkout@v3.3 .0
17
17
with :
18
18
ref : ${{ github.sha }}
19
19
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments