This is an automated email from the ASF dual-hosted git repository.
baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/main by this push:
new 21c15d0483 Bump docker/login-action from 3 to 4 (#2443)
21c15d0483 is described below
commit 21c15d04839cd1dca0001068a5f2330e9978c5b7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 5 14:56:41 2026 +0100
Bump docker/login-action from 3 to 4 (#2443)
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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/docker-cd.yml | 2 +-
.github/workflows/docker-release.yml | 2 +-
.github/workflows/docker-testImage.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/docker-cd.yml b/.github/workflows/docker-cd.yml
index a848e5fedf..afb72aa8a2 100644
--- a/.github/workflows/docker-cd.yml
+++ b/.github/workflows/docker-cd.yml
@@ -57,7 +57,7 @@ jobs:
# https://github.com/docker/login-action
- name: Login to DockerHub
if: github.event_name != 'pull_request'
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
diff --git a/.github/workflows/docker-release.yml
b/.github/workflows/docker-release.yml
index b14a3ae988..5241553337 100644
--- a/.github/workflows/docker-release.yml
+++ b/.github/workflows/docker-release.yml
@@ -64,7 +64,7 @@ jobs:
# https://github.com/docker/login-action
- name: Login to DockerHub
if: github.event_name != 'pull_request'
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
diff --git a/.github/workflows/docker-testImage.yml
b/.github/workflows/docker-testImage.yml
index 6e1dad91bb..b0e0514231 100644
--- a/.github/workflows/docker-testImage.yml
+++ b/.github/workflows/docker-testImage.yml
@@ -55,7 +55,7 @@ jobs:
# https://github.com/docker/login-action
- name: Login to DockerHub
if: github.event_name != 'pull_request'
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}