From cb9780217d9673d3fec09d3f868282d362c15276 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 20:50:58 +0000 Subject: [PATCH] chore(deps): update docker/setup-buildx-action action to v3.12.0 --- .github/actions/publish/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index 5f1afdd..781ae71 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -20,7 +20,7 @@ runs: - name: Checkout uses: actions/checkout@v4 - - uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0 + - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 - name: Login to GitHub Container Registry uses: docker/login-action@v3