File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
24
24
- name : Set up Ruby
25
25
uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : Checkout repository
35
- uses : actions/checkout@v4
35
+ uses : actions/checkout@v5
36
36
with :
37
37
fetch-depth : 0
38
38
Original file line number Diff line number Diff line change 43
43
44
44
steps :
45
45
# Clone repo and checkout merge commit parent (PR target commit)
46
- - uses : actions/checkout@v4
46
+ - uses : actions/checkout@v5
47
47
with :
48
48
fetch-depth : 2
49
49
@@ -123,7 +123,7 @@ jobs:
123
123
124
124
- name : Notify on failure
125
125
if : failure()
126
- uses : actions/github-script@v7
126
+ uses : actions/github-script@v8
127
127
with :
128
128
script : |
129
129
github.rest.issues.createComment({
Original file line number Diff line number Diff line change 40
40
POSTGRES_PASSWORD : ${{ env.OXA_DB_PASS }}
41
41
42
42
steps :
43
- - uses : actions/checkout@v4
43
+ - uses : actions/checkout@v5
44
44
45
45
- name : Set up Ruby ${{ matrix.ruby-version }}
46
46
uses : ruby/setup-ruby@v1
84
84
85
85
- name : Notify on failure
86
86
if : failure()
87
- uses : actions/github-script@v7
87
+ uses : actions/github-script@v8
88
88
with :
89
89
script : |
90
90
github.rest.issues.createComment({
You can’t perform that action at this time.
0 commit comments