diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 0bcdb89e5..633d2039f 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -40,7 +40,7 @@ jobs: - name: (NonProd) Configure AWS Credentials if: github.ref == 'refs/heads/master' && github.repository == 'linz/basemaps' - uses: aws-actions/configure-aws-credentials@v2.0.0 + uses: aws-actions/configure-aws-credentials@v2.2.0 with: aws-region: ap-southeast-2 mask-aws-account-id: true @@ -66,7 +66,7 @@ jobs: - name: (Prod) Configure AWS Credentials if: github.ref == 'refs/heads/master' && startsWith(github.event.head_commit.message, 'release:') - uses: aws-actions/configure-aws-credentials@v2.0.0 + uses: aws-actions/configure-aws-credentials@v2.2.0 with: aws-region: ap-southeast-2 mask-aws-account-id: true diff --git a/.github/workflows/screenshot.yml b/.github/workflows/screenshot.yml index a537ed337..5e2bcb266 100644 --- a/.github/workflows/screenshot.yml +++ b/.github/workflows/screenshot.yml @@ -27,7 +27,7 @@ jobs: NODE_ENV: 'production' - name: (NonProd) Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2.0.0 + uses: aws-actions/configure-aws-credentials@v2.2.0 with: aws-region: ap-southeast-2 mask-aws-account-id: true @@ -60,7 +60,7 @@ jobs: timeout-minutes: 20 steps: - name: AWS Configure - uses: aws-actions/configure-aws-credentials@v2.0.0 + uses: aws-actions/configure-aws-credentials@v2.2.0 with: aws-region: ap-southeast-2 mask-aws-account-id: true