From 1c6b63ebda3c7961a5ccf8efb3c8544536ff1277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 03:48:17 +0000 Subject: [PATCH] Bump docker/login-action from 4.1.0 to 4.2.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yaml | 2 +- .github/workflows/update-task-in-docker-images.yml | 2 +- .github/workflows/update-timew-in-docker-images.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 32be338..aa65d58 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -45,7 +45,7 @@ jobs: echo "REPOSITORY=${GHCR_REPOSITORY,,}" >> ${GITHUB_ENV} - uses: actions/checkout@v6 - name : Login to GHCR - uses : docker/login-action@v4.1.0 + uses : docker/login-action@v4.2.0 with : registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/update-task-in-docker-images.yml b/.github/workflows/update-task-in-docker-images.yml index c6e3b52..e4ae74a 100644 --- a/.github/workflows/update-task-in-docker-images.yml +++ b/.github/workflows/update-task-in-docker-images.yml @@ -37,7 +37,7 @@ jobs: uses: sigstore/cosign-installer@v4.1.2 - name: Log into registry ${{ env.REGISTRY }} - uses: docker/login-action@v4.1.0 + uses: docker/login-action@v4.2.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.repository_owner }} diff --git a/.github/workflows/update-timew-in-docker-images.yml b/.github/workflows/update-timew-in-docker-images.yml index 23beeee..f0b2146 100644 --- a/.github/workflows/update-timew-in-docker-images.yml +++ b/.github/workflows/update-timew-in-docker-images.yml @@ -37,7 +37,7 @@ jobs: uses: sigstore/cosign-installer@v4.1.2 - name: Log into registry ${{ env.REGISTRY }} - uses: docker/login-action@v4.1.0 + uses: docker/login-action@v4.2.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.repository_owner }}