diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 989409af..d5c48059 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -10,7 +10,7 @@ jobs: ruby-version: 2.5 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup Python uses: actions/setup-python@v1 @@ -29,7 +29,7 @@ jobs: with: ruby-version: ${{ env.ruby-version }} - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: vendor/bundle key: gems-${{ runner.os }}-${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }} diff --git a/source/api/user-guides/get_started.rmd b/source/api/user-guides/get_started.rmd index 5b4e399f..aaaba755 100644 --- a/source/api/user-guides/get_started.rmd +++ b/source/api/user-guides/get_started.rmd @@ -14,7 +14,12 @@ The domain used for making API requests can be determined using the domain you u | console.us2.code42.com | api.us2.code42.com | | console.ie.code42.com | api.ie.code42.com | | console.gov.code42.com | api.gov.code42.com | +| console.us7.code42.com | api.us7.code42.com | | console.uk.code42.com | api.uk.code42.com | +| console.au.code42.com | api.au.code42.com | +| console.ca.code42.com | api.ca.code42.com | +| console.de.code42.com | api.de.code42.com | +| console.za.code42.com | api.za.code42.com | ### Authentication