Skip to content

Commit

Permalink
chore(deps): update ts-graphviz/setup-graphviz digest to 0135b05
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 30, 2024
1 parent 3ec9f82 commit 280d892
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
java-version: '17'

- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@c001ccfb5aff62e28bda6a6c39b59a7e061be5b9
uses: ts-graphviz/setup-graphviz@0135b05c0c4c17c48b948c13e1dd530cb2b2a1af

- name: Fix code style
if: github.event_name == 'push' && github.ref != 'refs/heads/main'
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
java-version: '17'

- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@c001ccfb5aff62e28bda6a6c39b59a7e061be5b9
uses: ts-graphviz/setup-graphviz@0135b05c0c4c17c48b948c13e1dd530cb2b2a1af

- name: build javadoc
if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' && github.ref == 'refs/heads/main'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
java-version: '17'

- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@c001ccfb5aff62e28bda6a6c39b59a7e061be5b9
uses: ts-graphviz/setup-graphviz@0135b05c0c4c17c48b948c13e1dd530cb2b2a1af

- run: ./gradlew -Pversion=${{ github.event.inputs.version }} alljavadoc
working-directory: sdk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
java-version: '17'

- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@c001ccfb5aff62e28bda6a6c39b59a7e061be5b9
uses: ts-graphviz/setup-graphviz@0135b05c0c4c17c48b948c13e1dd530cb2b2a1af

- run: ./gradlew -Pversion=${{ github.ref_name }} alljavadoc
working-directory: sdk
Expand Down

0 comments on commit 280d892

Please sign in to comment.