From 85e2ca734dcbdbed0fdbf98aaa899b68c511f24a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 13:06:46 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 29.0.3 to 35.6.1 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 29.0.3 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/v29.0.3...v35.6.1) --- 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..fd0d092 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.6.1 - uses: ./ with: ignore-default: 'true'