diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 3923c5815d48..e88cc00531c6 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.6.1 - 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 f2c4eeea388a..3560601c583c 100644 --- a/.github/workflows/review-release-notes.yml +++ b/.github/workflows/review-release-notes.yml @@ -17,7 +17,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v35.1.0 + uses: tj-actions/changed-files@v35.6.1 with: separator: ${{ env.CHANGED_FILES_DELIMITER }} files: |