]> git.giorgioravera.it Git - network-manager.git/commitdiff
Bump docker/login-action from 3 to 4 (#13)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 10 Mar 2026 18:15:02 +0000 (19:15 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2026 18:15:02 +0000 (19:15 +0100)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/docker-publish.yaml

index 96d6f8562b1760693199918eb6bfb3c409c6a2e0..cd4ef55c685d2a36f3f1b940ca6ecb3dc3c0b6fb 100644 (file)
@@ -27,7 +27,7 @@ jobs:
         uses: docker/setup-buildx-action@v3
 
       - name: 🔐 Login to GHCR
-        uses: docker/login-action@v3
+        uses: docker/login-action@v4
         with:
           registry: ghcr.io
           username: ${{ github.actor }}