From 78735c197025577b6b3acc5e6a3b1b18b7982dd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 20:17:53 +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/release-branches.yml | 2 +- .github/workflows/release-prs.yml | 2 +- .github/workflows/release-tags.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-branches.yml b/.github/workflows/release-branches.yml index 34771ea..b2c554c 100644 --- a/.github/workflows/release-branches.yml +++ b/.github/workflows/release-branches.yml @@ -22,7 +22,7 @@ jobs: buildkite_token: ${{ secrets.BUILDKITE_TOKEN }} output_path: artifacts - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.AWS_S3_UPLOAD_ROLE }} aws-region: us-east-2 diff --git a/.github/workflows/release-prs.yml b/.github/workflows/release-prs.yml index e7e34b8..4535043 100644 --- a/.github/workflows/release-prs.yml +++ b/.github/workflows/release-prs.yml @@ -31,7 +31,7 @@ jobs: buildkite_token: ${{ secrets.BUILDKITE_TOKEN }} output_path: artifacts - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.AWS_S3_UPLOAD_ROLE }} aws-region: us-east-2 diff --git a/.github/workflows/release-tags.yml b/.github/workflows/release-tags.yml index b89f1b8..b4285dd 100644 --- a/.github/workflows/release-tags.yml +++ b/.github/workflows/release-tags.yml @@ -21,7 +21,7 @@ jobs: buildkite_token: ${{ secrets.BUILDKITE_TOKEN }} output_path: artifacts - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.AWS_S3_UPLOAD_ROLE }} aws-region: us-east-2