From 58ff02f36a7789bfc14234c5f24e40f1658a09cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:42:37 +0000 Subject: [PATCH] chore(deps): bump tj-actions/changed-files in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 11.9 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/v11.9...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/bump-and-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bump-and-push.yml b/.github/workflows/bump-and-push.yml index ef934af..c2c016d 100644 --- a/.github/workflows/bump-and-push.yml +++ b/.github/workflows/bump-and-push.yml @@ -39,7 +39,7 @@ jobs: - name: Check Dockerfile has changed id: dockerfile-changed - uses: tj-actions/changed-files@v11.9 + uses: tj-actions/changed-files@v41 with: files: 'Dockerfile' @@ -88,7 +88,7 @@ jobs: - name: Check Dockerfile has changed id: dockerfile-changed - uses: tj-actions/changed-files@v11.9 + uses: tj-actions/changed-files@v41 with: files: 'Dockerfile'