From 398e2a6c43f51be2392ec60fda3b271fb7c70776 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 19:05:31 +0000 Subject: [PATCH] Update stefanzweifel/git-auto-commit-action action to v5 --- .github/workflows/render-md-mermaid.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/render-md-mermaid.yml b/.github/workflows/render-md-mermaid.yml index b6c0aea..78c9460 100644 --- a/.github/workflows/render-md-mermaid.yml +++ b/.github/workflows/render-md-mermaid.yml @@ -14,7 +14,7 @@ jobs: uses: nielsvaneck/render-md-mermaid@v2 - name: Commit rendered png and svg files - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: file_pattern: "*[.svg,.png]" commit_message: automatically rendered mermaid diagrams