From b2ba5cd326a25a6ce1347f9c2ef8fc7bbfd215b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 00:50:53 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 44 to 45 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 to 45. - [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...v45) --- 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/build_docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_docker.yml b/.github/workflows/build_docker.yml index 61373617..656b3737 100644 --- a/.github/workflows/build_docker.yml +++ b/.github/workflows/build_docker.yml @@ -36,13 +36,13 @@ jobs: - name: Get changed files in the client folder id: changed-files-client-folder - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: files: client/** - name: Get changed files in the server folder id: changed-files-server-folder - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: files: server/**