From acec93a8fcbe7968ad5cc7b9686eb8e5bdbffac9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 09:39:42 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v4 --- .github/actions/deploy/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/deploy/action.yaml b/.github/actions/deploy/action.yaml index f90e8cd3..72aff284 100644 --- a/.github/actions/deploy/action.yaml +++ b/.github/actions/deploy/action.yaml @@ -23,7 +23,7 @@ runs: using: 'composite' steps: - name: Configure AWS credentials from Websites account - uses: aws-actions/configure-aws-credentials@v3 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ inputs.aws_role }} aws-region: eu-west-1