diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f442290d7..4127bf96a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - name: Get changed files id: changed-files if: ${{ inputs.plugins == '' }} - uses: tj-actions/changed-files@94549999469dbfa032becf298d95c87a14c34394 + uses: tj-actions/changed-files@716b1e13042866565e00e85fd4ec490e186c4a2f with: base_sha: ${{ steps.last_successful_commit_push.outputs.base }} files: | diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f2b60bde1..ccfb4a840 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -37,7 +37,7 @@ jobs: - name: Get changed files id: changed-files if: ${{ inputs.plugins == '' }} - uses: tj-actions/changed-files@94549999469dbfa032becf298d95c87a14c34394 + uses: tj-actions/changed-files@716b1e13042866565e00e85fd4ec490e186c4a2f with: files: | plugins/**