diff --git a/.github/workflows/metadata-validation.yml b/.github/workflows/metadata-validation.yml index a5d0c7e4..ce3f0c3e 100644 --- a/.github/workflows/metadata-validation.yml +++ b/.github/workflows/metadata-validation.yml @@ -20,7 +20,7 @@ jobs: - name: Get changed files id: get_changed - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 with: files: "*-test-samples/**" separator: "," diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 6e84bdf5..161a5472 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -22,7 +22,7 @@ jobs: - name: Get changed files using defaults id: get_changed - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 with: separator: ","