From be205b7c86f0185a358df01089a2e8172ecc4553 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 12:01:16 +0000 Subject: [PATCH] build(deps): bump aws-actions/configure-aws-credentials from 5 to 6 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ecr-build-and-push.yml | 2 +- .github/workflows/forge-script.yml | 2 +- .github/workflows/hugo-build-deploy.yml | 2 +- .github/workflows/s3-upload.yml | 2 +- .github/workflows/solidity-deployment.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ecr-build-and-push.yml b/.github/workflows/ecr-build-and-push.yml index 0705ad3..c29983f 100644 --- a/.github/workflows/ecr-build-and-push.yml +++ b/.github/workflows/ecr-build-and-push.yml @@ -66,7 +66,7 @@ jobs: restore-keys: | ${{ runner.os }}-buildx- - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ secrets.aws-ecr-deployer-role-arn }} aws-region: us-east-1 diff --git a/.github/workflows/forge-script.yml b/.github/workflows/forge-script.yml index 69eee95..fdc9b7a 100644 --- a/.github/workflows/forge-script.yml +++ b/.github/workflows/forge-script.yml @@ -45,7 +45,7 @@ jobs: - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ secrets.aws-role }} aws-region: us-east-1 diff --git a/.github/workflows/hugo-build-deploy.yml b/.github/workflows/hugo-build-deploy.yml index b8519a8..12f3e1b 100644 --- a/.github/workflows/hugo-build-deploy.yml +++ b/.github/workflows/hugo-build-deploy.yml @@ -64,7 +64,7 @@ jobs: with: name: dist - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ inputs.aws-iam-deployer-role }} role-session-name: github_federated_aws diff --git a/.github/workflows/s3-upload.yml b/.github/workflows/s3-upload.yml index 9846fd4..6e6ab0e 100644 --- a/.github/workflows/s3-upload.yml +++ b/.github/workflows/s3-upload.yml @@ -39,7 +39,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ inputs.deployer_role_arn }} role-session-name: github_federated_aws diff --git a/.github/workflows/solidity-deployment.yml b/.github/workflows/solidity-deployment.yml index 1659d66..7514751 100644 --- a/.github/workflows/solidity-deployment.yml +++ b/.github/workflows/solidity-deployment.yml @@ -73,7 +73,7 @@ jobs: - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ secrets.aws-deployer-role }} aws-region: us-east-1