Skip to content

Commit

Permalink
Update create-diagram.yml
Browse files Browse the repository at this point in the history
adding actual versions
  • Loading branch information
aaronhmiller authored Mar 21, 2024
1 parent 9a8b228 commit 286713b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-diagram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@latest
uses: actions/checkout@v4.1.1
- name: Update diagram
uses: githubocto/repo-visualizer@latest
uses: githubocto/repo-visualizer@0.9.1
with:
excluded_paths: "diagram.svg,app/.dockerignore,.github,.gitignore,LICENSE"
branch: diagram

0 comments on commit 286713b

Please sign in to comment.