File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
name : ${{ github.ref == 'refs/heads/main' && 'production' || github.ref_name }}
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
21
21
- name : Configure AWS credentials
22
22
uses : aws-actions/configure-aws-credentials@v4
Original file line number Diff line number Diff line change 41
41
timeout-minutes : 10
42
42
steps :
43
43
- name : Checkout code
44
- uses : actions/checkout@v4
44
+ uses : actions/checkout@v5
45
45
- name : Enable Corepack
46
46
run : corepack enable
47
47
- name : Setup Node
@@ -103,7 +103,7 @@ jobs:
103
103
104
104
steps :
105
105
- name : Checkout code
106
- uses : actions/checkout@v4
106
+ uses : actions/checkout@v5
107
107
with :
108
108
fetch-depth : 0
109
109
- name : Set ENV for CodeClimate
@@ -188,7 +188,7 @@ jobs:
188
188
needs : tests
189
189
steps :
190
190
- name : Checkout code
191
- uses : actions/checkout@v4
191
+ uses : actions/checkout@v5
192
192
with :
193
193
fetch-depth : 0
194
194
ssh-key : " ${{ secrets.PUSH_KEY }}"
Original file line number Diff line number Diff line change 30
30
RAILS_ENV : test
31
31
32
32
steps :
33
- - uses : actions/checkout@v4
33
+ - uses : actions/checkout@v5
34
34
- name : Set up Ruby
35
35
uses : ruby/setup-ruby@v1
36
36
with :
You can’t perform that action at this time.
0 commit comments