From 616db73afb1a0edbd35b9818239eb945aeb41b46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 08:15:01 +0000 Subject: [PATCH] build(deps): bump docker/login-action from 3 to 4 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] --- .github/workflows/nginx.yml | 2 +- .github/workflows/wordpress.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nginx.yml b/.github/workflows/nginx.yml index 36833756..20dcf6f8 100644 --- a/.github/workflows/nginx.yml +++ b/.github/workflows/nginx.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v6 # Docker Hub Login - - uses: docker/login-action@v3 + - uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/wordpress.yml b/.github/workflows/wordpress.yml index 6fe840c4..9514f192 100644 --- a/.github/workflows/wordpress.yml +++ b/.github/workflows/wordpress.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v6 # Docker Hub Login - - uses: docker/login-action@v3 + - uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}