From 7557742917f379b123a05e0700f7c9a4f797d87d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 21:41:15 +0000 Subject: [PATCH] chore(deps): update docker/bake-action action to v7 --- .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 317a1a96..cfe29f8f 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@v7 with: workdir: "./templates/src/typst" push: true