Skip to content

Commit

Permalink
build(deps): bump tj-actions/changed-files from 41 to 45
Browse files Browse the repository at this point in the history
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](tj-actions/changed-files@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent f44d211 commit 750db42
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app-common-bundle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*.*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/databricks-bundle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*.*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/json-serialization-bundle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*.*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/logging-bundle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*.*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/messaging-bundle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*.*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/outbox-bundle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*.*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testcommon-bundle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*.*
Expand Down

0 comments on commit 750db42

Please sign in to comment.