From 920d986fbc22cdd4435d44fc47f453059d90fac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 08:59:38 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files Bumps the github_actions group with 1 update in the /.github/workflows directory: [tj-actions/changed-files](https://github.com/tj-actions/changed-files). Updates `tj-actions/changed-files` from 10 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/v10...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-checks.yml b/.github/workflows/release-checks.yml index 32346166f3..a91c05e025 100644 --- a/.github/workflows/release-checks.yml +++ b/.github/workflows/release-checks.yml @@ -18,7 +18,7 @@ jobs: - name: "Get changed files" id: changed-files - uses: tj-actions/changed-files@v10 + uses: tj-actions/changed-files@v41 - name: "If CHANGELOG.md is not changed, send a Slack notification" id: slack