File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 10
10
ruby-version : 2.5
11
11
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v4
14
14
15
15
- name : Setup Python
16
16
uses : actions/setup-python@v1
29
29
with :
30
30
ruby-version : ${{ env.ruby-version }}
31
31
32
- - uses : actions/cache@v2
32
+ - uses : actions/cache@v4
33
33
with :
34
34
path : vendor/bundle
35
35
key : gems-${{ runner.os }}-${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}
Original file line number Diff line number Diff line change @@ -14,7 +14,12 @@ The domain used for making API requests can be determined using the domain you u
14
14
| console.us2.code42.com | api.us2.code42.com |
15
15
| console.ie.code42.com | api.ie.code42.com |
16
16
| console.gov.code42.com | api.gov.code42.com |
17
+ | console.us7.code42.com | api.us7.code42.com |
17
18
| console.uk.code42.com | api.uk.code42.com |
19
+ | console.au.code42.com | api.au.code42.com |
20
+ | console.ca.code42.com | api.ca.code42.com |
21
+ | console.de.code42.com | api.de.code42.com |
22
+ | console.za.code42.com | api.za.code42.com |
18
23
19
24
### Authentication
20
25
You can’t perform that action at this time.
0 commit comments