From 1e2a39bf3237c8039cf89c42bffd26346fac35a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 13:11:16 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4 --- .github/workflows/sematic-releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sematic-releases.yml b/.github/workflows/sematic-releases.yml index 0499452..e41bdf2 100644 --- a/.github/workflows/sematic-releases.yml +++ b/.github/workflows/sematic-releases.yml @@ -104,7 +104,7 @@ jobs: type=semver,pattern={{major}},value=${{ needs.release.outputs.release_version }} type=sha - name: Log in to OneLiteFeather Harbor - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.HARBOR_USERNAME }} password: ${{ secrets.HARBOR_PASSWORD }}