diff --git a/.github/workflows/protect-infra-directories.yml b/.github/workflows/protect-infra-directories.yml index 0bd5cedd9035..e48966469cbc 100644 --- a/.github/workflows/protect-infra-directories.yml +++ b/.github/workflows/protect-infra-directories.yml @@ -21,7 +21,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v14.6 # disable-secrets-detection + uses: tj-actions/changed-files@v41 # disable-secrets-detection - name: Check for changes in protected directories run: | diff --git a/.github/workflows/review-release-notes.yml b/.github/workflows/review-release-notes.yml index a89b9efc6890..8f7dc65ff873 100644 --- a/.github/workflows/review-release-notes.yml +++ b/.github/workflows/review-release-notes.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 2 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v35.1.0 + uses: tj-actions/changed-files@v41 with: separator: ${{ env.CHANGED_FILES_DELIMITER }} files: |