From 6a02c3c995c01ec4c0dff9c77a3f0429adba5bd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 11:45:23 +0300 Subject: [PATCH] Bump tj-actions/changed-files from 40 to 41 in /.github/workflows (#36) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40 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/v40...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-yml-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-yml-check.yml b/.github/workflows/build-yml-check.yml index 3451f5e..0c53b8c 100644 --- a/.github/workflows/build-yml-check.yml +++ b/.github/workflows/build-yml-check.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 2 - name: Check if build.yml is modified id: build-yml-changed - uses: tj-actions/changed-files@v40 + uses: tj-actions/changed-files@v41 with: files: .github/** - name: Set output