File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22
22
github.event_name != 'pull_request_review'
23
23
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
with :
27
27
persist-credentials : false
28
28
46
46
github.event_name != 'pull_request_review'
47
47
48
48
steps :
49
- - uses : actions/checkout@v4
49
+ - uses : actions/checkout@v5
50
50
with :
51
51
persist-credentials : false
52
52
Original file line number Diff line number Diff line change 41
41
42
42
steps :
43
43
- name : Checkout repository
44
- uses : actions/checkout@v4
44
+ uses : actions/checkout@v5
45
45
46
46
# Initializes the CodeQL tools for scanning.
47
47
- name : Initialize CodeQL
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@v4
17
+ uses : actions/checkout@v5
18
18
with :
19
19
persist-credentials : false
20
20
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
- name : Setup Ruby
24
24
uses : ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # https://github.com/ruby/setup-ruby/releases/tag/v1.257.0
25
25
with :
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : Checkout PR code
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
19
19
- name : Setup Node.js with npm cache
20
20
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 36
36
37
37
steps :
38
38
- name : " Checkout code"
39
- uses : actions/checkout@v4
39
+ uses : actions/checkout@v5
40
40
with :
41
41
persist-credentials : false
42
42
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
if : github.repository_owner == 'expressjs'
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
19
19
- name : Set up Node.js
20
20
uses : actions/setup-node@v4
45
45
if : github.repository_owner == 'expressjs'
46
46
steps :
47
47
- name : Checkout
48
- uses : actions/checkout@v4
48
+ uses : actions/checkout@v5
49
49
# see all the options at https://github.com/crowdin/github-action
50
50
- name : Crowdin PR
51
51
uses : crowdin/github-action@590c05e09a29f392b203faf4d6aa8e0cd32c7835 # https://github.com/crowdin/github-action/releases/tag/v2.9.1
You can’t perform that action at this time.
0 commit comments