diff --git a/.github/workflows/github-actions-publish-docker-images.yml b/.github/workflows/github-actions-publish-docker-images.yml index ef64cc8e30..4b4b667743 100644 --- a/.github/workflows/github-actions-publish-docker-images.yml +++ b/.github/workflows/github-actions-publish-docker-images.yml @@ -40,7 +40,7 @@ jobs: - name: Login to GitHub Container Registry (GHCR) if: github.event_name != 'pull_request' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: gha @@ -78,7 +78,7 @@ jobs: - name: Login to GitHub Container Registry (GHCR) if: github.event_name != 'pull_request' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: gha @@ -129,7 +129,7 @@ jobs: - name: Login to GitHub Container Registry (GHCR) if: github.event_name != 'pull_request' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: gha