From 4c536a7182e66f2a8d1474fe2b6a219728f808a9 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 3 Aug 2022 14:06:08 -0600 Subject: [PATCH] chore: update action name (#558) --- .github/workflows/manual-matrix-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual-matrix-test.yml b/.github/workflows/manual-matrix-test.yml index 6c6ca29f637..822b3957842 100644 --- a/.github/workflows/manual-matrix-test.yml +++ b/.github/workflows/manual-matrix-test.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 # needed for tj-actions/changed-files - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v23 + uses: ./ with: json: true - name: List all changed files @@ -36,4 +36,4 @@ jobs: uses: actions/checkout@v3 - name: Test run: | - echo ${{ matrix.container }} \ No newline at end of file + echo ${{ matrix.container }}