From 052c4b0b873d2549326e720bc991b355cf5e741f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 07:24:22 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 45.0.2 to 47.0.6 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.2 to 47.0.6. - [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/48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c...9426d40962ed5378910ee2e21d5f8c6fcbf2dd96) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 47.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-backend.yaml | 2 +- .github/workflows/publish-frontend.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-backend.yaml b/.github/workflows/publish-backend.yaml index cba0bd3..05035cc 100644 --- a/.github/workflows/publish-backend.yaml +++ b/.github/workflows/publish-backend.yaml @@ -44,7 +44,7 @@ jobs: matrix: 'true' files: | backend/plugin/** - uses: tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c # v45.0.2 + uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 # v47.0.6 # NOTE: `since_last_remote_commit: true` is implied by default and falls back to the previous local commit. # # tj-actions/changed-files is pinned to a commit SHA, not a mutable tag. This action's tags diff --git a/.github/workflows/publish-frontend.yaml b/.github/workflows/publish-frontend.yaml index e631691..8d077e5 100644 --- a/.github/workflows/publish-frontend.yaml +++ b/.github/workflows/publish-frontend.yaml @@ -36,7 +36,7 @@ jobs: dir_names_max_depth: '1' matrix: 'true' path: 'frontend/projects' - uses: tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c # v45.0.2 + uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 # v47.0.6 # NOTE: `since_last_remote_commit: true` is implied by default and falls back to the previous local commit. # # tj-actions/changed-files is pinned to a commit SHA, not a mutable tag. This action's tags