From 083431559edd132a65bfabf60197fe32fcf2687a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 08:04:06 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 2 to 4 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 2 to 4. - [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/v2...v4) --- 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/terraform-deploy-aws-curvenote.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terraform-deploy-aws-curvenote.yml b/.github/workflows/terraform-deploy-aws-curvenote.yml index c8450a8cb..09756582b 100644 --- a/.github/workflows/terraform-deploy-aws-curvenote.yml +++ b/.github/workflows/terraform-deploy-aws-curvenote.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v4 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ env.AWS_DEPLOYMENT_ROLE }} aws-region: ${{ env.AWS_REGION }} @@ -114,7 +114,7 @@ jobs: - uses: actions/checkout@v4 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ env.AWS_DEPLOYMENT_ROLE }} aws-region: ${{ env.AWS_REGION }}