diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 94f0e707f..daa419b87 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -101,7 +101,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@v2.0.0 + uses: aws-actions/configure-aws-credentials@v4.0.1 with: aws-region: ap-southeast-2 mask-aws-account-id: true @@ -156,7 +156,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@v2.0.0 + uses: aws-actions/configure-aws-credentials@v4.0.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 043e7a396..9caf910bc 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@v4.0.1 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@v4.0.1 with: aws-region: ap-southeast-2 mask-aws-account-id: true