From a766b4bdbc11544fc378a40e81255f4d1f69f3d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 12:46:39 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 34.4.0 to 35.6.1 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 34.4.0 to 35.6.1. - [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/v34.4.0...v35.6.1) --- 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/pre-commit.yml | 2 +- .github/workflows/review-release-notes.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: |