From 91d3414e2f72a6aeeab02983a5268288f9ed2eb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 01:44:55 +0000 Subject: [PATCH] [MNT] Bump tj-actions/changed-files Bumps the github-actions group with 1 update in the / directory: [tj-actions/changed-files](https://github.com/tj-actions/changed-files). Updates `tj-actions/changed-files` from 44.4.0 to 44.5.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/v44.4.0...v44.5.2) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/pr_precommit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_precommit.yml b/.github/workflows/pr_precommit.yml index c02d317..6d49393 100644 --- a/.github/workflows/pr_precommit.yml +++ b/.github/workflows/pr_precommit.yml @@ -23,7 +23,7 @@ jobs: with: python-version: "3.10" - - uses: tj-actions/changed-files@v44.4.0 + - uses: tj-actions/changed-files@v44.5.2 id: changed-files - name: List changed files