From ac47d3137c0f8700730aeabfa0d150f92cf48b5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:29:41 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 41 to 45 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41 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/v41...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/app-common-bundle-publish.yml | 2 +- .github/workflows/databricks-bundle-publish.yml | 2 +- .github/workflows/json-serialization-bundle-publish.yml | 2 +- .github/workflows/logging-bundle-publish.yml | 2 +- .github/workflows/messaging-bundle-publish.yml | 2 +- .github/workflows/outbox-bundle-publish.yml | 2 +- .github/workflows/testcommon-bundle-publish.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/app-common-bundle-publish.yml b/.github/workflows/app-common-bundle-publish.yml index fd575b52e..b75f6f402 100644 --- a/.github/workflows/app-common-bundle-publish.yml +++ b/.github/workflows/app-common-bundle-publish.yml @@ -102,7 +102,7 @@ jobs: - name: Package content or build has changed id: changed-content - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v45 with: files: | source/App/source/Common/**/*.* diff --git a/.github/workflows/databricks-bundle-publish.yml b/.github/workflows/databricks-bundle-publish.yml index 919a57d45..219f8d1ab 100644 --- a/.github/workflows/databricks-bundle-publish.yml +++ b/.github/workflows/databricks-bundle-publish.yml @@ -89,7 +89,7 @@ jobs: - name: Package content or build has changed id: changed-content - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v45 with: files: | source/Databricks/source/SqlStatementExecution/**/*.* diff --git a/.github/workflows/json-serialization-bundle-publish.yml b/.github/workflows/json-serialization-bundle-publish.yml index 4e13cbef6..7ed3a5757 100644 --- a/.github/workflows/json-serialization-bundle-publish.yml +++ b/.github/workflows/json-serialization-bundle-publish.yml @@ -64,7 +64,7 @@ jobs: - name: Package content or build has changed id: changed-content - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v45 with: files: | source/JsonSerialization/source/JsonSerialization/**/*.* diff --git a/.github/workflows/logging-bundle-publish.yml b/.github/workflows/logging-bundle-publish.yml index e3773dd30..bfd891a46 100644 --- a/.github/workflows/logging-bundle-publish.yml +++ b/.github/workflows/logging-bundle-publish.yml @@ -72,7 +72,7 @@ jobs: - name: Package content or build has changed id: changed-content - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v45 with: files: | source/Logging/source/Logging/**/*.* diff --git a/.github/workflows/messaging-bundle-publish.yml b/.github/workflows/messaging-bundle-publish.yml index 988cca8d5..d58b2565c 100644 --- a/.github/workflows/messaging-bundle-publish.yml +++ b/.github/workflows/messaging-bundle-publish.yml @@ -83,7 +83,7 @@ jobs: - name: Package content or build has changed id: changed-content - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v45 with: files: | source/Messaging/source/Communication/**/*.* diff --git a/.github/workflows/outbox-bundle-publish.yml b/.github/workflows/outbox-bundle-publish.yml index d332d24cb..7deff10c3 100644 --- a/.github/workflows/outbox-bundle-publish.yml +++ b/.github/workflows/outbox-bundle-publish.yml @@ -73,7 +73,7 @@ jobs: - name: Package content or build has changed id: changed-content - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v45 with: files: | source/Outbox/source/Outbox/**/*.* diff --git a/.github/workflows/testcommon-bundle-publish.yml b/.github/workflows/testcommon-bundle-publish.yml index 696d46bb2..0a8fded4d 100644 --- a/.github/workflows/testcommon-bundle-publish.yml +++ b/.github/workflows/testcommon-bundle-publish.yml @@ -87,7 +87,7 @@ jobs: - name: Package content or build has changed id: changed-content - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v45 with: files: | source/TestCommon/source/FunctionApp.TestCommon/**/*.*