diff --git a/.github/workflows/build.ts.yml b/.github/workflows/build.ts.yml index 49abc431..fe0859cf 100644 --- a/.github/workflows/build.ts.yml +++ b/.github/workflows/build.ts.yml @@ -36,7 +36,7 @@ jobs: - name: (NonProd) Configure AWS Credentials if: github.ref == 'refs/heads/master' - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v3 with: aws-region: 'ap-southeast-2' role-to-assume: ${{ secrets.AWS_ROLE_NON_PROD }} @@ -50,7 +50,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@v1 + uses: aws-actions/configure-aws-credentials@v3 with: aws-region: 'ap-southeast-2' role-to-assume: ${{ secrets.AWS_ROLE_PROD }}