diff --git a/.github/actions/aws-auth/action.yml b/.github/actions/aws-auth/action.yml index ec23adcae..8c93d6861 100644 --- a/.github/actions/aws-auth/action.yml +++ b/.github/actions/aws-auth/action.yml @@ -37,7 +37,7 @@ runs: with open(os.environ["GITHUB_OUTPUT"], "a") as f: f.write(f"result=arn:aws:iam::{os.environ["AWS_ACCOUNT_ID"]}:role/{prefix}{hash}") - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0 + uses: aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.0 with: role-to-assume: ${{ steps.role_arn.outputs.result }} aws-region: ${{ inputs.aws_region }}