From 525a17391041577427b56fd148024ecb3a03b193 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 00:48:06 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4 --- .github/workflows/build.yaml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f48d685..9078987 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -42,7 +42,7 @@ jobs: domain: http://infisical-infisical-standalone-infisical.infisical.svc.cluster.local:8080 - name: Log in to Harbor (internal) - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.INTERNAL_REGISTRY }} username: ${{ env.HB_USERNAME }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d3b211f..420fc71 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: domain: http://infisical-infisical-standalone-infisical.infisical.svc.cluster.local:8080 - name: Log in to Harbor (internal) - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.INTERNAL_REGISTRY }} username: ${{ env.HB_USERNAME }}