diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 333bc91..643fda2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -146,7 +146,7 @@ jobs: - name: Get changed files id: changed_files_output if: steps.git.outputs.clean == 'false' - uses: tj-actions/changed-files@v35.6.4 + uses: tj-actions/changed-files@v36.1.0 with: files: | ${{ env.output_dir }} @@ -155,7 +155,7 @@ jobs: - name: Get changed files id: changed_files_rockspec if: steps.git.outputs.clean == 'false' - uses: tj-actions/changed-files@v35.6.4 + uses: tj-actions/changed-files@v36.1.0 with: files: | ${{ steps.rockspec-new.outputs.file_path }}