Skip to content

Commit

Permalink
Merge pull request #15 from nielsvaneck/niels/updates-github-actions
Browse files Browse the repository at this point in the history
update checkout and auto commit actions to latest versions
  • Loading branch information
nielsvaneck authored Mar 2, 2024
2 parents 78e1efb + ac894e7 commit 3ab9efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/render-md-mermaid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3ab9efe

Please sign in to comment.