Skip to content

Commit cc3686e

Browse files
authored
INTEG-2881: add new geos to docs (#130)
* INTEG-2881: add new geos to docs * INTEG-2881: update pr workflow to non-deprecated version
1 parent 713cea1 commit cc3686e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/pr.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
ruby-version: 2.5
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414

1515
- name: Setup Python
1616
uses: actions/setup-python@v1
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
ruby-version: ${{ env.ruby-version }}
3131

32-
- uses: actions/cache@v2
32+
- uses: actions/cache@v4
3333
with:
3434
path: vendor/bundle
3535
key: gems-${{ runner.os }}-${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}

source/api/user-guides/get_started.rmd

+5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ The domain used for making API requests can be determined using the domain you u
1414
| console.us2.code42.com | api.us2.code42.com |
1515
| console.ie.code42.com | api.ie.code42.com |
1616
| console.gov.code42.com | api.gov.code42.com |
17+
| console.us7.code42.com | api.us7.code42.com |
1718
| 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 |
1823

1924
### Authentication
2025

0 commit comments

Comments
 (0)