From ea06b8cb658ccc15dedd42626348f7dd25f88bb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 06:05:04 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 35.0.0 to 35.1.0 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35.0.0 to 35.1.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/v35.0.0...v35.1.0) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/license-header.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/license-header.yml b/.github/workflows/license-header.yml index d094aaa..678bda1 100644 --- a/.github/workflows/license-header.yml +++ b/.github/workflows/license-header.yml @@ -44,7 +44,7 @@ jobs: - name: Get modified files id: changed-files - uses: tj-actions/changed-files@v35.0.0 + uses: tj-actions/changed-files@v35.1.0 with: base_sha: 'HEAD~1' sha: 'HEAD'