diff --git a/.github/workflows/protect-files.yml b/.github/workflows/protect-files.yml index f2f2d1b6a983..a4bbbbd9244a 100644 --- a/.github/workflows/protect-files.yml +++ b/.github/workflows/protect-files.yml @@ -22,7 +22,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v44 # disable-secrets-detection + uses: tj-actions/changed-files@v45 # disable-secrets-detection with: files: | .gitlab/ci/.gitlab-ci.yml diff --git a/.github/workflows/protect-infra-directories-contributions.yml b/.github/workflows/protect-infra-directories-contributions.yml index a19f2e0e22d4..8419665916b4 100644 --- a/.github/workflows/protect-infra-directories-contributions.yml +++ b/.github/workflows/protect-infra-directories-contributions.yml @@ -21,7 +21,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v41 # disable-secrets-detection + uses: tj-actions/changed-files@v45 # 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 0b91a9ca171f..07cfdbda6d27 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@v41.0.1 + uses: tj-actions/changed-files@v45 with: separator: ${{ env.CHANGED_FILES_DELIMITER }} files: |