From 20b6cacfdc015809929a42e7abe3f776830f57a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 12:16:25 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 29.0.3 to 35.2.0 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 29.0.3 to 35.2.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.3...v35.2.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/usage-changed.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/usage-changed.yaml b/.github/workflows/usage-changed.yaml index 728ce84..77c86a4 100644 --- a/.github/workflows/usage-changed.yaml +++ b/.github/workflows/usage-changed.yaml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v3 - id: changed-files - uses: tj-actions/changed-files@v29.0.3 + uses: tj-actions/changed-files@v35.2.0 - uses: ./ with: ignore-default: 'true'