From ea2d6f4b4d428f23c96244aee8d2dacf5fbe6f1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 09:29:00 +0000 Subject: Bump tj-actions/changed-files from 37 to 41 in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37 to 41. - [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/v37...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/check-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-pr.yml b/.github/workflows/check-pr.yml index b94da53..55c7dcf 100644 --- a/.github/workflows/check-pr.yml +++ b/.github/workflows/check-pr.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Fetch main branch run: git fetch origin main --depth 1 - - uses: tj-actions/changed-files@v37 + - uses: tj-actions/changed-files@v41 id: changed-files - name: Checking recipe version bump uses: ./.github/workflows/check-recipe-version-bump -- cgit v1.2.3-54-g00ecf