diff --git a/.github/workflows/ecr-build-and-push.yml b/.github/workflows/ecr-build-and-push.yml index 9d9bb45..5021439 100644 --- a/.github/workflows/ecr-build-and-push.yml +++ b/.github/workflows/ecr-build-and-push.yml @@ -52,7 +52,7 @@ jobs: restore-keys: | ${{ runner.os }}-buildx- - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 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 9aec389..50b8fcb 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@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.aws-role }} aws-region: us-east-1 diff --git a/.github/workflows/solidity-deployment.yml b/.github/workflows/solidity-deployment.yml index 4fec3b4..6216b71 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@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.aws-deployer-role }} aws-region: us-east-1