File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
timeout-minutes : 5
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v4.2.2
12
+ uses : actions/checkout@v5.0.0
13
13
with :
14
14
fetch-depth : 0
15
15
- name : Set up node
Original file line number Diff line number Diff line change 22
22
id-token : write
23
23
steps :
24
24
- name : Checkout
25
- uses : actions/checkout@v4.2.2
25
+ uses : actions/checkout@v5.0.0
26
26
with :
27
27
persist-credentials : false
28
28
- name : Set up node
Original file line number Diff line number Diff line change 17
17
timeout-minutes : 5
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v4.2.2
20
+ uses : actions/checkout@v5.0.0
21
21
- name : Sync labels
22
22
uses : micnncim/action-label-syncer@v1.3.0
23
23
with :
Original file line number Diff line number Diff line change 18
18
REGEX : ^(Copyright \(c\) )[0-9]{4}( Devon Powell)$
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v4.2.2
21
+ uses : actions/checkout@v5.0.0
22
22
- name : Determine info
23
23
shell : bash
24
24
id : info
Original file line number Diff line number Diff line change 16
16
timeout-minutes : 5
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v4.2.2
19
+ uses : actions/checkout@v5.0.0
20
20
- name : Determine info
21
21
shell : bash
22
22
id : info
You can’t perform that action at this time.
0 commit comments