From eba709e3d4f99afb93e4d7c6b94b6bdc43ee19c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 05:42:56 +0000 Subject: [PATCH] build(deps): bump aws-actions/configure-aws-credentials Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 1.6.1 to 4.0.0. - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/v1.6.1...v4.0.0) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7fa17a60..b1ff4f6e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: echo "ASSETS_LOCATION=s3://${BASEMAPS_BUCKET}/assets/${ASSETS_HASH}" >> $GITHUB_ENV - name: (Build) AWS Configure - uses: aws-actions/configure-aws-credentials@v2.0.0 + uses: aws-actions/configure-aws-credentials@v4.0.0 with: aws-region: ap-southeast-2 mask-aws-account-id: true @@ -80,7 +80,7 @@ jobs: echo "config_path=${CONFIG_LOCATION_STAGING}" >> "$GITHUB_OUTPUT" - name: (NonProd) AWS Configure - uses: aws-actions/configure-aws-credentials@v2.0.0 + uses: aws-actions/configure-aws-credentials@v4.0.0 with: aws-region: ap-southeast-2 mask-aws-account-id: true @@ -96,7 +96,7 @@ jobs: docker run -v $PWD:$PWD ${DOCKER_AWS_ENV} ${BASEMAPS_CONTAINER} import --config ${CONFIG_LOCATION_STAGING} --commit - name: (Prod) AWS Configure - uses: aws-actions/configure-aws-credentials@v2.0.0 + uses: aws-actions/configure-aws-credentials@v4.0.0 if: github.ref == 'refs/heads/master' && github.event_name == 'push' with: aws-region: ap-southeast-2 @@ -156,7 +156,7 @@ jobs: steps: - name: (Screenshot) AWS Configure - uses: aws-actions/configure-aws-credentials@v2.0.0 + uses: aws-actions/configure-aws-credentials@v4.0.0 with: aws-region: ap-southeast-2 mask-aws-account-id: true @@ -189,7 +189,7 @@ jobs: timeout-minutes: 20 steps: - name: AWS Configure - uses: aws-actions/configure-aws-credentials@v1.6.1 + uses: aws-actions/configure-aws-credentials@v4.0.0 with: aws-region: ap-southeast-2 mask-aws-account-id: true