Skip to content

Commit 39cfaa4

Browse files
chore(deps): update ts-graphviz/setup-graphviz action to v2 (#576)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7030213 commit 39cfaa4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
java-version: '17'
5454

5555
- name: Setup Graphviz
56-
uses: ts-graphviz/setup-graphviz@c001ccfb5aff62e28bda6a6c39b59a7e061be5b9 # v1.2.0
56+
uses: ts-graphviz/setup-graphviz@d5b2b6b67007094b256f3fd2fa6cf0ac41ceef25 # v2.0.0
5757

5858
- name: Fix code style
5959
if: github.event_name == 'push' && github.ref != 'refs/heads/main'
@@ -168,7 +168,7 @@ jobs:
168168
java-version: '17'
169169

170170
- name: Setup Graphviz
171-
uses: ts-graphviz/setup-graphviz@c001ccfb5aff62e28bda6a6c39b59a7e061be5b9 # v1.2.0
171+
uses: ts-graphviz/setup-graphviz@d5b2b6b67007094b256f3fd2fa6cf0ac41ceef25 # v2.0.0
172172

173173
- name: build javadoc
174174
if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' && github.ref == 'refs/heads/main'

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
java-version: '17'
5959

6060
- name: Setup Graphviz
61-
uses: ts-graphviz/setup-graphviz@c001ccfb5aff62e28bda6a6c39b59a7e061be5b9 # v1.2.0
61+
uses: ts-graphviz/setup-graphviz@d5b2b6b67007094b256f3fd2fa6cf0ac41ceef25 # v2.0.0
6262

6363
- run: ./gradlew -Pversion=${{ github.event.inputs.version }} alljavadoc
6464
working-directory: sdk

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
java-version: '17'
152152

153153
- name: Setup Graphviz
154-
uses: ts-graphviz/setup-graphviz@c001ccfb5aff62e28bda6a6c39b59a7e061be5b9 # v1.2.0
154+
uses: ts-graphviz/setup-graphviz@d5b2b6b67007094b256f3fd2fa6cf0ac41ceef25 # v2.0.0
155155

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

0 commit comments

Comments
 (0)