diff --git a/.github/workflows/buildx.yml b/.github/workflows/buildx.yml index 54aa8fc..9c761d2 100644 --- a/.github/workflows/buildx.yml +++ b/.github/workflows/buildx.yml @@ -85,7 +85,7 @@ jobs: fetch-depth: ${{ inputs.fetch-depth }} - name: Authenticate to AWS - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: arn:aws:iam::851725545228:role/GitHubBuilder aws-region: us-east-1 diff --git a/.github/workflows/deploy-to-k8s.yml b/.github/workflows/deploy-to-k8s.yml index db79c8c..ff347a0 100644 --- a/.github/workflows/deploy-to-k8s.yml +++ b/.github/workflows/deploy-to-k8s.yml @@ -110,7 +110,7 @@ jobs: exit 1 - name: Authenticate to AWS - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 if: ${{ inputs.auth_method == 'aws' }} with: role-to-assume: ${{ env.AWS_ROLE_ARN }}