Skip to content

Commit d2c4f16

Browse files
committed
ci: update hash
1 parent 3a2463a commit d2c4f16

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-dummy_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1414
- name: Delta Typescript Graph
1515
id: tsg
16-
uses: ysk8hori/delta-typescript-graph-action@7d17376b59ac5d63b67aabd79c614535da4ebbfd
16+
uses: ysk8hori/delta-typescript-graph-action@3a2463ae804a9c18d42b98e22a4ed12ba14c265a
1717
with:
1818
access-token: ${{ secrets.GITHUB_TOKEN }}
1919
tsconfig: './dummy_project/tsconfig-dummy.json'

.github/workflows/test-no-params.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14-
- uses: ysk8hori/delta-typescript-graph-action@7d17376b59ac5d63b67aabd79c614535da4ebbfd
14+
- uses: ysk8hori/delta-typescript-graph-action@3a2463ae804a9c18d42b98e22a4ed12ba14c265a
1515
with:
1616
max-size: 50

.github/workflows/test-with-params.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1414
- name: Delta Typescript Graph
1515
id: tsg
16-
uses: ysk8hori/delta-typescript-graph-action@7d17376b59ac5d63b67aabd79c614535da4ebbfd
16+
uses: ysk8hori/delta-typescript-graph-action@3a2463ae804a9c18d42b98e22a4ed12ba14c265a
1717
with:
1818
access-token: ${{ secrets.GITHUB_TOKEN }}
1919
tsconfig-root: './'

0 commit comments

Comments
 (0)