diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 3923c5815d48..8574c837bbd9 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -12,7 +12,7 @@ jobs: - name: Changed Files id: changed-files - uses: tj-actions/changed-files@v34.4.0 + uses: tj-actions/changed-files@v35.5.6 - name: quote changed Files id: quote-changed-files run: diff --git a/.github/workflows/review-release-notes.yml b/.github/workflows/review-release-notes.yml index bc98b16d01c0..0e7a85d1eeef 100644 --- a/.github/workflows/review-release-notes.yml +++ b/.github/workflows/review-release-notes.yml @@ -12,7 +12,7 @@ jobs: fetch-depth: 2 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v18.7 + uses: tj-actions/changed-files@v35.5.6 with: separator: ';' - name: Setup Python