Skip to content

Commit b6ef9a2

Browse files
author
Amelia Wattenberger
authored
bump example version
1 parent fd43c6c commit b6ef9a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ You'll need to run the `actions/checkout` Action beforehand, to check out the co
9494
- name: Checkout code
9595
uses: actions/checkout@master
9696
- name: Update diagram
97-
uses: githubocto/repo-visualizer@0.6.1
97+
uses: githubocto/repo-visualizer@0.7.1
9898
with:
9999
output_file: "images/diagram.svg"
100100
excluded_paths: "dist,node_modules"
@@ -115,7 +115,7 @@ Example:
115115
```yaml
116116
- name: Update diagram
117117
id: make_diagram
118-
uses: githubocto/[email protected].0
118+
uses: githubocto/[email protected].1
119119
with:
120120
output_file: "output-diagram.svg"
121121
artifact_name: "my-diagram"

0 commit comments

Comments
 (0)