From c7d9e28857e6fae7e5323f999fec11a0273594cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 09:07:29 +0000 Subject: [PATCH] chore(deps): update docker/setup-buildx-action action to v3.7.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..7efa429 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@8026d2bc3645ea78b0d2544766a1225eb5691f89 # v3.7.0 - name: Login to GitHub Container Registry uses: docker/login-action@v3