Skip to content

Commit

Permalink
Bump ts-graphviz/setup-graphviz from 1.2.0 to 2.0.0 (#327)
Browse files Browse the repository at this point in the history
Bumps [ts-graphviz/setup-graphviz](/~https://github.com/ts-graphviz/setup-graphviz) from 1.2.0 to 2.0.0.
- [Release notes](/~https://github.com/ts-graphviz/setup-graphviz/releases)
- [Commits](ts-graphviz/setup-graphviz@c001ccf...d5b2b6b)

---
updated-dependencies:
- dependency-name: ts-graphviz/setup-graphviz
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent dcbb503 commit 13092c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
dist/*.whl
dist/*.tar.*
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@c001ccfb5aff62e28bda6a6c39b59a7e061be5b9 # v1.2.0
uses: ts-graphviz/setup-graphviz@d5b2b6b67007094b256f3fd2fa6cf0ac41ceef25 # v2.0.0
with:
macos-skip-brew-update: 'true'
- uses: actions/cache@v4
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
- name: Build CSS and JS bundles
run: npm run build
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@c001ccfb5aff62e28bda6a6c39b59a7e061be5b9 # v1.2.0
uses: ts-graphviz/setup-graphviz@d5b2b6b67007094b256f3fd2fa6cf0ac41ceef25 # v2.0.0
with:
macos-skip-brew-update: 'true'
- uses: actions/cache/restore@v4
Expand Down

0 comments on commit 13092c6

Please sign in to comment.