From 383cd1456354fafa044306136dea46d6fb0f57da Mon Sep 17 00:00:00 2001 From: Yousuke-Hori Date: Wed, 24 Jul 2024 15:48:11 +0900 Subject: [PATCH 1/2] =?UTF-8?q?hash=20=E3=82=92=E6=8C=87=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/delta-typescript-graph.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/delta-typescript-graph.yml b/.github/workflows/delta-typescript-graph.yml index 54bea12f..9c1a2876 100644 --- a/.github/workflows/delta-typescript-graph.yml +++ b/.github/workflows/delta-typescript-graph.yml @@ -11,4 +11,4 @@ jobs: steps: - name: Checkout uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # specify latest version - - uses: ysk8hori/delta-typescript-graph-action@v1.0.3 # specify latest version + - uses: ysk8hori/delta-typescript-graph-action@9e91a91a17b49cd65907c4c0617fe70e93c70a25 # specify latest version From bdb3c9807b00d500e8b66151490598783f50037c Mon Sep 17 00:00:00 2001 From: Yousuke-Hori Date: Wed, 24 Jul 2024 15:49:50 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E3=83=86=E3=82=B9=E3=83=88=E3=81=AE?= =?UTF-8?q?=E3=81=9F=E3=82=81=E3=81=AE=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/graph/filterGraph.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/graph/filterGraph.ts b/src/graph/filterGraph.ts index f8cccf5a..56c11cde 100644 --- a/src/graph/filterGraph.ts +++ b/src/graph/filterGraph.ts @@ -96,3 +96,5 @@ export function filterGraph( relations: tmpRelations, }; } + +// test