From d007e46c89abe7b471d1cb03190e4c2ba9c10c7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:17:42 +0000 Subject: [PATCH] chore(deps): update docker/bake-action action to v6 --- .github/workflows/containers-typst.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/containers-typst.yaml b/.github/workflows/containers-typst.yaml index 317a1a9..1c8f0fe 100644 --- a/.github/workflows/containers-typst.yaml +++ b/.github/workflows/containers-typst.yaml @@ -32,7 +32,7 @@ jobs: password: "${{ secrets.GITHUB_TOKEN }}" - id: bake - uses: docker/bake-action@v5 + uses: docker/bake-action@v6 with: workdir: "./templates/src/typst" push: true