diff --git a/.github/workflows/get-changed-files.yaml b/.github/workflows/get-changed-files.yaml index a00c168..4b7fe40 100644 --- a/.github/workflows/get-changed-files.yaml +++ b/.github/workflows/get-changed-files.yaml @@ -50,7 +50,7 @@ jobs: # https://github.com/marketplace/actions/changed-files - name: get all changed files id: changed-files - uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1 + uses: tj-actions/changed-files@7dee1b0c1557f278e5c7dc244927139d78c0e22a # v47.0.4 with: files: ${{ inputs.files }} matrix: ${{ inputs.matrix }}