diff --git a/.github/workflows/dockgen.yml b/.github/workflows/dockgen.yml index 2eb87186df..9a7686ca0b 100644 --- a/.github/workflows/dockgen.yml +++ b/.github/workflows/dockgen.yml @@ -24,7 +24,7 @@ jobs: # https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions - name: Log in to the Container registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}