diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 623e254..774f849 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: - uses: actions/checkout@v6 - name: Configure AWS credentials if: github.ref_name == github.event.repository.default_branch - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: aws-region: ${{ secrets.AWS_REGION }} role-to-assume: ${{ secrets.AWS_ECR_ACCESS_ROLE_ARN }}