diff --git a/.github/workflows/check-yaml-format.yml b/.github/workflows/check-yaml-format.yml index f5ed3d047..2737f3da0 100644 --- a/.github/workflows/check-yaml-format.yml +++ b/.github/workflows/check-yaml-format.yml @@ -15,7 +15,7 @@ jobs: - name: Get changed files in the docs folder id: changed-files - uses: tj-actions/changed-files@v44.5.1 + uses: tj-actions/changed-files@v44.5.2 with: files: | _data/**/*.yml diff --git a/.github/workflows/test_dispatcher.yml b/.github/workflows/test_dispatcher.yml index 79eef931d..6b5f87e6a 100644 --- a/.github/workflows/test_dispatcher.yml +++ b/.github/workflows/test_dispatcher.yml @@ -25,7 +25,7 @@ jobs: - name: Get changed files id: changed_files - uses: tj-actions/changed-files@v44.5.1 + uses: tj-actions/changed-files@v44.5.2 with: sha: ${{ github.event.pull_request.head.sha }} json: "true" diff --git a/.github/workflows/test_meltano_add_install.yml b/.github/workflows/test_meltano_add_install.yml index 61b749f0f..ec0e757ee 100644 --- a/.github/workflows/test_meltano_add_install.yml +++ b/.github/workflows/test_meltano_add_install.yml @@ -21,7 +21,7 @@ jobs: - name: Get changed plugins id: changed_plugins - uses: tj-actions/changed-files@v44.5.1 + uses: tj-actions/changed-files@v44.5.2 with: files: _data/meltano/*/*/*.yml matrix: true