diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index 421bdfd..3180653 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -100,7 +100,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v45 + uses: tj-actions/changed-files@v47 with: since_last_remote_commit: true separator: "," diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 618fd44..4273e38 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -100,7 +100,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 with: since_last_remote_commit: true separator: ","