From 860e8b4d8f73ce03519fe7cb8bb99091b154ca99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:09:47 +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.3. - [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.3) --- 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..53a6108 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.3 id: changed-files - name: List changed files diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a47eab4..0fd98c0 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.3 - name: List changed files run: echo '${{ steps.changed-files.outputs.all_changed_files }}'