From 28b3973bf73bbe85ba4096770c34697f6540d630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:55:07 +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.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.5.7...v45.0.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/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..3b91c2f 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.2 id: changed-files - name: List changed files diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a47eab4..caa2cb3 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.2 - name: List changed files run: echo '${{ steps.changed-files.outputs.all_changed_files }}'