From 6169d83c6f95f9c5a91d5bafcd3bb22fb62d7568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 12:11:36 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 29.0.3 to 34.3.2 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 29.0.3 to 34.3.2. - [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...v34.3.2) --- 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..b3167eb 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@v34.3.2 - uses: ./ with: ignore-default: 'true'