This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new a4205128 Bump docker/login-action from 3.2.0 to 3.3.0 (#364)
a4205128 is described below

commit a42051282fa80120ebb430d6b5f1d0e9bdf31f38
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 28 08:51:17 2024 +0100

    Bump docker/login-action from 3.2.0 to 3.3.0 (#364)
    
    Bumps [docker/login-action](https://github.com/docker/login-action) from 
3.2.0 to 3.3.0.
    - [Release notes](https://github.com/docker/login-action/releases)
    - 
[Commits](https://github.com/docker/login-action/compare/0d4c9c5ea7693da7b068278f7b52bda2a190a446...9780b0c442fbb1117ed29e0efdff1e18412f7567)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/docker_images.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/docker_images.yml 
b/.github/workflows/docker_images.yml
index 5f8b5b90..62f00b07 100644
--- a/.github/workflows/docker_images.yml
+++ b/.github/workflows/docker_images.yml
@@ -45,7 +45,7 @@ jobs:
       - name: Set up Docker Buildx
         uses: 
docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3.5.0
       - name: Login to Docker Hub
-        uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # 
3.2.0
+        uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # 
3.3.0
         with:
           registry: ${{ env.REGISTRY }}
           username: ${{ github.actor }}

Reply via email to