From 5a873c0dd6504d1127ff58c4dd003ca2730873af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 11:29:51 +0000 Subject: [PATCH] chore(deps): update depot/setup-action action to v1.7.1 --- build-docker-image/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-docker-image/action.yml b/build-docker-image/action.yml index 7302d6f..e2a4f20 100644 --- a/build-docker-image/action.yml +++ b/build-docker-image/action.yml @@ -36,7 +36,7 @@ runs: with: images: ${{ inputs.image-ref }} tags: ${{ inputs.tags }} - - uses: depot/setup-action@b0b1ea4f69e92ebf5dea3f8713a1b0c37b2126a5 # v1.6.0 + - uses: depot/setup-action@15c09a5f77a0840ad4bce955686522a257853461 # v1.7.1 - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 if: ${{ inputs.push == 'true' }} with: