From ac894e7731fbe829440cb6c65dcdc7d249de3588 Mon Sep 17 00:00:00 2001 From: Niels van Eck <11406+nielsvaneck@users.noreply.github.com> Date: Sat, 2 Mar 2024 09:55:35 -0800 Subject: [PATCH] update checkout and auto commit actions to latest versions --- .github/workflows/render-md-mermaid.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/render-md-mermaid.yml b/.github/workflows/render-md-mermaid.yml index e44aa90..cd80b43 100644 --- a/.github/workflows/render-md-mermaid.yml +++ b/.github/workflows/render-md-mermaid.yml @@ -8,13 +8,13 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4.1.1 - name: Render images for every Mermaid diagram in all Markdown files (*.md) in the repo. uses: ./ - name: Commit rendered png and svg files - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5.0.0 with: file_pattern: "*[.svg,.png]" commit_message: automatically rendered mermaid diagrams