From a74e7c17233bfed4491496999e2d69533594728f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 06:04:50 +0000 Subject: [PATCH] build(deps): bump docker/login-action from 3.1.0 to 3.6.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/e92390c5fb421da1463c202d546fed0ec5c39f20...5e57cd118135c172c3672efd75eb46360885c0ef) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test-tasks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-tasks.yaml b/.github/workflows/test-tasks.yaml index f766625..2cf8872 100644 --- a/.github/workflows/test-tasks.yaml +++ b/.github/workflows/test-tasks.yaml @@ -41,7 +41,7 @@ jobs: fetch-depth: 2 - name: Log in to the Container registry if: github.event_name != 'pull_request' - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef with: registry: ghcr.io username: ${{ github.actor }} @@ -101,7 +101,7 @@ jobs: echo "List all the files that have changed: ${{ steps.changed-files-specific.outputs.all_changed_files }}" - name: Log in to the Container registry if: steps.changed-files.outputs.any_changed == 'true' || github.event_name != 'pull_request' - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef with: registry: ghcr.io username: ${{ github.actor }}