From 043733c9b4ab10757606f7f5bce9e156c169ca96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 17:14:35 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 32.1.2 to 33.0.0 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 32.1.2 to 33.0.0. - [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...v33.0.0) --- 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/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..2b84eb30d 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@v33.0.0 with: base_sha: 'HEAD~1' sha: 'HEAD' diff --git a/.github/workflows/license-header.yml b/.github/workflows/license-header.yml index 124a16248..9a9ffd310 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@v33.0.0 with: base_sha: 'HEAD~1' sha: 'HEAD'