This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
The following commit(s) were added to refs/heads/master by this push:
new 7d05bde chore(deps): update docker/login-action action to v4 (#598)
7d05bde is described below
commit 7d05bde44fc0836a2cb5e1da36063f19a9f3e171
Author: Mend Renovate <[email protected]>
AuthorDate: Wed Mar 4 14:47:03 2026 +0000
chore(deps): update docker/login-action action to v4 (#598)
---
.github/workflows/docker-push.yml | 2 +-
.github/workflows/docker-release.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/docker-push.yml
b/.github/workflows/docker-push.yml
index 10920ec..1800dc9 100644
--- a/.github/workflows/docker-push.yml
+++ b/.github/workflows/docker-push.yml
@@ -36,7 +36,7 @@ jobs:
cache: 'maven'
- name: Login to Docker Hub
id: login-docker-hub
- 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 22a4ca0..4788bae 100644
--- a/.github/workflows/docker-release.yml
+++ b/.github/workflows/docker-release.yml
@@ -36,7 +36,7 @@ jobs:
cache: 'maven'
- name: Login to Docker Hub
id: login-docker-hub
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}