Skip to content

Commit

Permalink
build(deps): bump aws-actions/configure-aws-credentials
Browse files Browse the repository at this point in the history
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](aws-actions/configure-aws-credentials@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent 57403b3 commit eba709e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit eba709e

Please sign in to comment.