From 32757fd02040cf3aac5a06239fa056c23942e41e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:09:27 +0000 Subject: [PATCH] [Dependabot]: github-actions(deps): Bump tj-actions/changed-files Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.5.7 to 45.0.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/v44.5.7...v45.0.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/pre-commit-all-files.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit-all-files.yml b/.github/workflows/pre-commit-all-files.yml index 59030d4..41d6545 100644 --- a/.github/workflows/pre-commit-all-files.yml +++ b/.github/workflows/pre-commit-all-files.yml @@ -28,7 +28,7 @@ jobs: python-version: "3.12" - name: Get changed files - uses: tj-actions/changed-files@v44.5.7 + uses: tj-actions/changed-files@v45.0.1 id: changed-files - name: List changed files diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a47eab4..f334d7f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: - name: Get changed files id: Changed-files - uses: tj-actions/changed-files@v44.5.7 + uses: tj-actions/changed-files@v45.0.1 - name: List changed files run: echo '${{ steps.changed-files.outputs.all_changed_files }}'