diff --git a/.github/workflows/deploy-generic.yml b/.github/workflows/deploy-generic.yml index bcdebbee..5cca061c 100644 --- a/.github/workflows/deploy-generic.yml +++ b/.github/workflows/deploy-generic.yml @@ -49,7 +49,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: aws-actions/configure-aws-credentials@v2 + - uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.ECR_ROLE_TO_ASSUME }} aws-region: ${{ inputs.ECR_REGION }}