From 186c5234e1bad73c8048ec2375de1d8627dfd3f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 12:52:26 +0000 Subject: [PATCH] ci(deps): bump docker/login-action from 3.4.0 to 4.0.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.4.0 to 4.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/74a5d142397b4f367a81961eba4e8cd7edddf772...b45d80f862d83dbcd57f89517bcf500b2ab88fb2) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/actions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index c9dc8a9..11b318e 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -330,7 +330,7 @@ jobs: if: ${{ env.VERSION == env.PREVIOUS_COMMIT_VERSION }} - name: Login to GitHub Container Registry - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 if: ${{ github.ref == 'refs/heads/root' }} with: registry: ghcr.io @@ -342,7 +342,7 @@ jobs: - run: docker push "ghcr.io/jjliggett/jjversion:latest" if: ${{ github.ref == 'refs/heads/root' && env.VERSION != env.PREVIOUS_COMMIT_VERSION }} - name: Login to Docker Hub - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 if: ${{ github.ref == 'refs/heads/root' && env.VERSION != env.PREVIOUS_COMMIT_VERSION }} with: registry: docker.io