From d63f6d6fcd4b47ae388f9f35128869eb9b5e1efc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 20:03:39 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 6.2.1 to 6.2.2 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 6.2.1 to 6.2.2. - [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/v6.2.1...6.2.2) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-arm64-wheels.yml | 2 +- .github/workflows/build-m1-wheel.yml | 2 +- .github/workflows/build-test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-arm64-wheels.yml b/.github/workflows/build-arm64-wheels.yml index 9c0b695c1..0b8b772c8 100644 --- a/.github/workflows/build-arm64-wheels.yml +++ b/.github/workflows/build-arm64-wheels.yml @@ -106,7 +106,7 @@ jobs: - name: Configure AWS credentials if: steps.check_secrets.outputs.HAS_AWS_SECRET - uses: aws-actions/configure-aws-credentials@v6.2.1 + uses: aws-actions/configure-aws-credentials@6.2.2 with: role-to-assume: arn:aws:iam::${{ secrets.CHIA_AWS_ACCOUNT_ID }}:role/installer-upload aws-region: us-west-2 diff --git a/.github/workflows/build-m1-wheel.yml b/.github/workflows/build-m1-wheel.yml index 0813420ae..dcd586ae4 100644 --- a/.github/workflows/build-m1-wheel.yml +++ b/.github/workflows/build-m1-wheel.yml @@ -176,7 +176,7 @@ jobs: - name: Configure AWS credentials if: steps.check_secrets.outputs.HAS_AWS_SECRET - uses: aws-actions/configure-aws-credentials@v6.2.1 + uses: aws-actions/configure-aws-credentials@6.2.2 with: role-to-assume: arn:aws:iam::${{ secrets.CHIA_AWS_ACCOUNT_ID }}:role/installer-upload aws-region: us-west-2 diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 7bf28bd91..bfc5ec30d 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -315,7 +315,7 @@ jobs: - name: Configure AWS credentials if: steps.check_secrets.outputs.HAS_AWS_SECRET - uses: aws-actions/configure-aws-credentials@v6.2.1 + uses: aws-actions/configure-aws-credentials@6.2.2 with: role-to-assume: arn:aws:iam::${{ secrets.CHIA_AWS_ACCOUNT_ID }}:role/installer-upload aws-region: us-west-2