From a9de96c5ef1b42a7e577f7a7b8d3fc81b12a70b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 09:31:26 +0100 Subject: [PATCH] Bump tj-actions/changed-files from 33.0.0 to 34.0.2 (#13355) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 33.0.0 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/v33.0.0...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/license-header.yml | 2 +- .github/workflows/reject-staging-changes.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/license-header.yml b/.github/workflows/license-header.yml index 1d4ebbac8918..b19e8570a7a5 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@v33.0.0 + uses: tj-actions/changed-files@v34.0.2 with: base_sha: 'HEAD~1' sha: 'HEAD' diff --git a/.github/workflows/reject-staging-changes.yml b/.github/workflows/reject-staging-changes.yml index 6834d327bf4d..35d571a883b6 100644 --- a/.github/workflows/reject-staging-changes.yml +++ b/.github/workflows/reject-staging-changes.yml @@ -16,7 +16,7 @@ jobs: - name: Get modified files in the staging directory id: modified-files-in-staging - uses: tj-actions/changed-files@v33.0.0 + uses: tj-actions/changed-files@v34.0.2 with: # only checks for modified files in this directory files: jupyterlab/staging