Skip to content

Commit

Permalink
chore: Bump ts-graphviz/setup-graphviz from 1 to 2 (#137)
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 to 2.
  • Loading branch information
dependabot[bot] committed Apr 18, 2024
1 parent a8033f1 commit 4d68910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
bundler-cache: true
if: ${{ steps.release.outputs.release_created }}
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
uses: ts-graphviz/setup-graphviz@v2
if: ${{ steps.release.outputs.release_created }}
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# runs 'bundle install' and caches installed gems automatically
bundler-cache: true
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
uses: ts-graphviz/setup-graphviz@v2
- name: Deps
run: bundle install --jobs 4 --retry 3
- name: Run tests
Expand Down

0 comments on commit 4d68910

Please sign in to comment.