From 6f1e40cb1fb3e721d506cce89fcc175d3f10b102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 01:55:29 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 29.0.2 to 35.6.0 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 29.0.2 to 35.6.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/v29.0.2...v35.6.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/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 bf8a81e..2342a38 100644 --- a/.github/workflows/license-header.yml +++ b/.github/workflows/license-header.yml @@ -31,7 +31,7 @@ jobs: - name: Get modified files in the staging directory id: changed-files - uses: tj-actions/changed-files@v29.0.2 + uses: tj-actions/changed-files@v35.6.0 - name: Apply Changes if: steps.changed-files.outputs.any_changed == 'true' diff --git a/.github/workflows/reject-staging-changes.yml b/.github/workflows/reject-staging-changes.yml index 5c5fdd0..4163af7 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@v29.0.2 + uses: tj-actions/changed-files@v35.6.0 with: # only checks for modified files in this directory files: jupyterlab/staging