Skip to content

Commit ac894e7

Browse files
committed
update checkout and auto commit actions to latest versions
1 parent 78e1efb commit ac894e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/render-md-mermaid.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88

99
steps:
1010
- name: Checkout code
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v4.1.1
1212

1313
- name: Render images for every Mermaid diagram in all Markdown files (*.md) in the repo.
1414
uses: ./
1515

1616
- name: Commit rendered png and svg files
17-
uses: stefanzweifel/git-auto-commit-action@v4
17+
uses: stefanzweifel/git-auto-commit-action@v5.0.0
1818
with:
1919
file_pattern: "*[.svg,.png]"
2020
commit_message: automatically rendered mermaid diagrams

0 commit comments

Comments
 (0)