From 47dc061db35a81742ac3ca968aab462844205d2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:42:59 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 14.6 to 41 in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 14.6 to 41. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v14.6...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/protect-infra-directories.yml | 2 +- .github/workflows/review-release-notes.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: |