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