Skip to content

Commit

Permalink
Update README, setup-graphviz to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiazya committed Feb 5, 2024
1 parent 7b33874 commit a7e737f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
uses: ts-graphviz/setup-graphviz@v2
...
# In the steps below this you can use Graphviz dot command.
```
Expand All @@ -33,7 +33,7 @@ you can specify a specific version for each operating system (not macOS).

```yaml
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
uses: ts-graphviz/setup-graphviz@v2
with:
# graphviz version on Ubuntu.
ubuntu-graphviz-version: '2.42.2-3build2'
Expand Down

0 comments on commit a7e737f

Please sign in to comment.