diff --git a/.github/workflows/prettybot-automation.yml b/.github/workflows/prettybot-automation.yml index 181188e..5641294 100644 --- a/.github/workflows/prettybot-automation.yml +++ b/.github/workflows/prettybot-automation.yml @@ -34,7 +34,7 @@ jobs: git checkout -b ${{ env.BRANCH_NAME }} - name: Log in to Docker Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ secrets.INTERNAL_DOCKER_REGISTRY_URL }} username: ${{ secrets.INTERNAL_DOCKER_READ_ONLY_USER_NAME }}