diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 27b43c1ed..5af17796c 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -94,7 +94,7 @@ jobs: - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* # see https://stackoverflow.com/a/60184319/9285308 - name: (Dev) Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4.0.2 + uses: aws-actions/configure-aws-credentials@v5.1.1 with: aws-region: ap-southeast-2 mask-aws-account-id: true @@ -154,7 +154,7 @@ jobs: - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* # see https://stackoverflow.com/a/60184319/9285308 - name: (Prod) Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4.0.2 + uses: aws-actions/configure-aws-credentials@v5.1.1 with: aws-region: ap-southeast-2 mask-aws-account-id: true diff --git a/.github/workflows/screenshot.yml b/.github/workflows/screenshot.yml index f9344c1de..97e74080b 100644 --- a/.github/workflows/screenshot.yml +++ b/.github/workflows/screenshot.yml @@ -41,7 +41,7 @@ jobs: NODE_ENV: 'production' - name: (NonProd) Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4.0.2 + uses: aws-actions/configure-aws-credentials@v5.1.1 with: aws-region: ap-southeast-2 mask-aws-account-id: true @@ -78,7 +78,7 @@ jobs: steps: - name: AWS Configure - uses: aws-actions/configure-aws-credentials@v4.0.2 + uses: aws-actions/configure-aws-credentials@v5.1.1 with: aws-region: ap-southeast-2 mask-aws-account-id: true diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index 5902b0539..a5b0750b7 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -41,7 +41,7 @@ jobs: NODE_ENV: 'production' - name: (NonProd) Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4.0.2 + uses: aws-actions/configure-aws-credentials@v5.1.1 with: aws-region: ap-southeast-2 mask-aws-account-id: true