]> git.feebdaed.xyz Git - 0xmirror/msquic.git/commitdiff
Bump docker/login-action from 3.5.0 to 3.6.0 (#5486)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 6 Oct 2025 16:38:06 +0000 (09:38 -0700)
committerGitHub <noreply@github.com>
Mon, 6 Oct 2025 16:38:06 +0000 (09:38 -0700)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/184bdaa0721073962dff0199f1fb9940f07167d1...5e57cd118135c172c3672efd75eb46360885c0ef)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

index 6e31910df101fac586b735d973527ee558345d67..af728d6336a812a2598673ec280d68fee8cd603c 100644 (file)
@@ -44,7 +44,7 @@ jobs:
       # https://github.com/docker/login-action
       - name: Log into registry ${{ env.REGISTRY }}
         if: github.event_name != 'pull_request'
-        uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
+        uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
         with:
           registry: ${{ env.REGISTRY }}
           username: ${{ github.actor }}
index 02e6a9cb00e5b8d63d6e7a65ad2f2b64296cc125..2eb600c194d354698bc7ede3262769dd887e0938 100644 (file)
@@ -34,7 +34,7 @@ jobs:
       # https://github.com/docker/login-action
       - name: Log into registry ${{ env.REGISTRY }}
         if: github.event_name != 'pull_request'
-        uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
+        uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
         with:
           registry: ${{ env.REGISTRY }}
           username: ${{ github.actor }}