From b6ef9a212fc89efed1366f731fc4fe9a2cbc45ef Mon Sep 17 00:00:00 2001 From: Amelia Wattenberger Date: Wed, 1 Sep 2021 16:23:49 -0400 Subject: [PATCH] bump example version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62db2d4..852e9fa 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ You'll need to run the `actions/checkout` Action beforehand, to check out the co - name: Checkout code uses: actions/checkout@master - name: Update diagram - uses: githubocto/repo-visualizer@0.6.1 + uses: githubocto/repo-visualizer@0.7.1 with: output_file: "images/diagram.svg" excluded_paths: "dist,node_modules" @@ -115,7 +115,7 @@ Example: ```yaml - name: Update diagram id: make_diagram - uses: githubocto/repo-visualizer@0.7.0 + uses: githubocto/repo-visualizer@0.7.1 with: output_file: "output-diagram.svg" artifact_name: "my-diagram"