From c857545c99500375b89cd635cc46a6e7e9f102e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 12:13:59 +0000 Subject: [PATCH] chore(deps): update docker/setup-buildx-action action to v3.5.0 --- .github/workflows/ts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ts.yaml b/.github/workflows/ts.yaml index 60efef58..e22e4919 100644 --- a/.github/workflows/ts.yaml +++ b/.github/workflows/ts.yaml @@ -46,7 +46,7 @@ jobs: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0 + - uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3.5.0 - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 id: build with: