Skip to content

Commit 4704110

Browse files
committed
chore(ci): bump version of mill-github-dependency-graph
This brings in a few bugfixes about "direct" vs "indirect", failing loudly if it doesn't work, and small stats at the end when it submits.
1 parent a177730 commit 4704110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-dependency-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717

1818
- name: Submit dependency graph
1919
run:
20-
./mill --import ivy:io.chris-kipp::mill-github-dependency-graph::0.0.11 io.kipp.mill.github.dependency.graph.Graph/submit
20+
./mill --import ivy:io.chris-kipp::mill-github-dependency-graph::0.0.13 io.kipp.mill.github.dependency.graph.Graph/submit
2121
env:
2222
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)