From 6ace0dcb30aee720b703f7befdbfe742e2860b0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 19:09:02 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 34.0.2 to 35.6.1 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 34.0.2 to 35.6.1. - [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/932dad31974f07bd23cab5870d45c6e5ad5c8b73...04124efe7560d15e11ea2ba96c0df2989f68f1f4) --- 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/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 06baffb..4e77c60 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,7 +30,7 @@ jobs: - name: Get Changed Files id: changed-files - uses: tj-actions/changed-files@932dad31974f07bd23cab5870d45c6e5ad5c8b73 + uses: tj-actions/changed-files@04124efe7560d15e11ea2ba96c0df2989f68f1f4 # TODO: This step should honor the directory input - name: Find Solution