From a8c99791ed42966a3ecf47e3e02c30a8508efc81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 23:06:00 +0000 Subject: [PATCH] Bump docker/login-action from 1 to 3 Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-to-registry.yaml | 2 +- .github/workflows/notify-daily.yml | 2 +- .github/workflows/notify-weekly.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-to-registry.yaml b/.github/workflows/build-to-registry.yaml index 821d27a..f38e200 100644 --- a/.github/workflows/build-to-registry.yaml +++ b/.github/workflows/build-to-registry.yaml @@ -15,7 +15,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Login to Docker Registry - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: registry: registry.camph.net username: ${{ secrets.DOCKER_REGISTRY_USERNAME }} diff --git a/.github/workflows/notify-daily.yml b/.github/workflows/notify-daily.yml index 01f4966..1634848 100644 --- a/.github/workflows/notify-daily.yml +++ b/.github/workflows/notify-daily.yml @@ -10,7 +10,7 @@ jobs: name: Notify to Twitter (Daily) steps: - name: Login to Docker Registry - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: registry: registry.camph.net username: ${{ secrets.DOCKER_REGISTRY_USERNAME }} diff --git a/.github/workflows/notify-weekly.yml b/.github/workflows/notify-weekly.yml index f981e0e..4dac558 100644 --- a/.github/workflows/notify-weekly.yml +++ b/.github/workflows/notify-weekly.yml @@ -10,7 +10,7 @@ jobs: name: Notify to Twitter (Weekly) steps: - name: Login to Docker Registry - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: registry: registry.camph.net username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}