From b532d3a5d99cc090e9a1597520fb629597d3d48c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 12:07:42 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 29.0.3 to 35.3.1 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 29.0.3 to 35.3.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.3.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..315d58f 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.3.1 - uses: ./ with: ignore-default: 'true'