]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: bump docker/login-action from 2 to 3
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 1 Nov 2023 19:15:38 +0000 (19:15 +0000)
committerVincent Bernat <vincent@bernat.ch>
Wed, 1 Nov 2023 21:30:49 +0000 (22:30 +0100)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/ci.yml

index 18f10d9b0abf488f100ebf66d4fdcf46a3df3671..65c7dd8f27f5fbca1a03b11be2a5a8381ec6f188 100644 (file)
@@ -152,7 +152,7 @@ jobs:
             type=semver,pattern={{version}}
             type=semver,pattern={{major}}.{{minor}}
             type=semver,pattern={{major}}
-      - uses: docker/login-action@v2
+      - uses: docker/login-action@v3
         with:
           registry: ghcr.io
           username: ${{ github.repository_owner }}