From 578a5abc49db1e3b3ee572249a1d9af95d5e4aec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 21:02:18 +0000 Subject: [PATCH] Bump docker/login-action from 2.1.0 to 3.7.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 2.1.0 to 3.7.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2.1.0...v3.7.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 645df58..b8fd12d 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -37,7 +37,7 @@ jobs: docker run kooldev/php:${{ matrix.version }}-oci8-swoole-nginx-prod php -r "extension_loaded('oci8') or die(1);" - name: Login to DockerHub - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v3.7.0 if: github.ref == 'refs/heads/main' && github.repository == 'kool-dev/docker-php-oci8' with: username: ${{ secrets.DOCKER_USERNAME }}