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 2dc5dd1  chore(deps): update docker/login-action action to v3 (#231)
2dc5dd1 is described below

commit 2dc5dd149d649568e473814eabb88ea6e4cbffca
Author: Mend Renovate <b...@renovateapp.com>
AuthorDate: Fri Sep 15 14:13:04 2023 +0200

    chore(deps): update docker/login-action action to v3 (#231)
---
 .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 0925eb2..219863a 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@v2
+        uses: docker/login-action@v3
         with:
           username: ${{ secrets.DOCKERHUB_USER }}
           password: ${{ secrets.DOCKERHUB_TOKEN }}
diff --git a/.github/workflows/docker-release.yml 
b/.github/workflows/docker-release.yml
index d42fed4..edf96e6 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@v2
+        uses: docker/login-action@v3
         with:
           username: ${{ secrets.DOCKERHUB_USER }}
           password: ${{ secrets.DOCKERHUB_TOKEN }}

Reply via email to