From c452b3bf50d3560a623540ddb74ad276c9a9fb6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 10:38:28 +0100 Subject: [PATCH] Bump tj-actions/changed-files from 32.1.2 to 34.0.2 (#454) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 32.1.2 to 34.0.2. - [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/v32.1.2...v34.0.2) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/check-api-changes.yml | 2 +- .github/workflows/license-header.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-api-changes.yml b/.github/workflows/check-api-changes.yml index b890063b4..786f1b961 100644 --- a/.github/workflows/check-api-changes.yml +++ b/.github/workflows/check-api-changes.yml @@ -52,7 +52,7 @@ jobs: - name: Get API changes id: api-changed - uses: tj-actions/changed-files@v32.1.2 + uses: tj-actions/changed-files@v34.0.2 with: base_sha: 'HEAD~1' sha: 'HEAD' diff --git a/.github/workflows/license-header.yml b/.github/workflows/license-header.yml index 124a16248..4ea228dcf 100644 --- a/.github/workflows/license-header.yml +++ b/.github/workflows/license-header.yml @@ -39,7 +39,7 @@ jobs: - name: Get modified files in the staging directory id: changed-files - uses: tj-actions/changed-files@v32.1.2 + uses: tj-actions/changed-files@v34.0.2 with: base_sha: 'HEAD~1' sha: 'HEAD'