From 277510001a64f3b36b892d6d3576f24eda786152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 01:57:53 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 29.0.2 to 35.5.5 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 29.0.2 to 35.5.5. - [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.5.5) --- 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..a57cf2f 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.5.5 - 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..53d669c 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.5.5 with: # only checks for modified files in this directory files: jupyterlab/staging