From 938e22595047662a807b9d8415faf2d76625413a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 21:37:24 +0000 Subject: [PATCH] ci(deps): update cric96/inline-mermaid action to v1.18.0 --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 36fd567..5afa70e 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -66,7 +66,7 @@ jobs: - name: Build slides with hugo run: hugo - name: Transform and Inline Mermaid charts - uses: cric96/inline-mermaid@1.16.0 + uses: cric96/inline-mermaid@1.18.0 with: css-file-regex: '^css\\/.*custom.*theme.*\\.css$' - name: Get branch name