File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22
22
PR_AUTHOR : ${{ github.event.pull_request.user.login }}
23
23
GH_REPO : ${{ github.repository }}
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
with :
27
27
filter : ' blob:none'
28
28
fetch-depth : 0
Original file line number Diff line number Diff line change 28
28
pull-requests : write
29
29
contents : write
30
30
steps :
31
- - uses : actions/checkout@v4
31
+ - uses : actions/checkout@v5
32
32
with :
33
33
filter : ' blob:none'
34
34
fetch-depth : 0
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
timeout-minutes : 30
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- uses : ruby/setup-ruby@v1
16
16
with :
17
17
ruby-version : ruby
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
timeout-minutes : 30
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
- uses : ruby/setup-ruby@v1
19
19
with :
20
20
ruby-version : ruby
29
29
runs-on : ubuntu-latest
30
30
timeout-minutes : 30
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
33
33
- uses : ruby/setup-ruby@v1
34
34
with :
35
35
ruby-version : ruby
61
61
runs-on : ubuntu-latest
62
62
timeout-minutes : 60
63
63
steps :
64
- - uses : actions/checkout@v4
64
+ - uses : actions/checkout@v5
65
65
- uses : ruby/setup-ruby@v1
66
66
with :
67
67
ruby-version : ruby
74
74
test_rubocop_yml :
75
75
runs-on : ubuntu-latest
76
76
steps :
77
- - uses : actions/checkout@v4
77
+ - uses : actions/checkout@v5
78
78
- uses : ruby/setup-ruby@v1
79
79
with :
80
80
ruby-version : ruby
Original file line number Diff line number Diff line change 20
20
PR_NUMBER : ${{ github.event.pull_request.number }}
21
21
GH_REPO : ${{ github.repository }}
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
with :
25
25
filter : ' blob:none'
26
26
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments