From a59db4693192e7809bd29eb5e10368dc6909672e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:05:43 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 41 to 45 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41 to 45. - [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/v41...v45) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/protect-files.yml | 2 +- .github/workflows/protect-infra-directories-contributions.yml | 2 +- .github/workflows/review-release-notes.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: |