Skip to content

Commit

Permalink
chore(deps): bump tj-actions/changed-files from 42.0.7 to 42.1.0
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42.0.7 to 42.1.0.
- [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@v42.0.7...v42.1.0)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent d230083 commit 568afe4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Find changed dockerfiles
id: changed-dockerfiles
uses: tj-actions/changed-files@v42.0.7
uses: tj-actions/changed-files@v42.1.0
with:
separator: ","
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Changed files
id: changed-dockerfiles
uses: tj-actions/changed-files@v42.0.7
uses: tj-actions/changed-files@v42.1.0
with:
separator: " "
files: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Find changed dockerfiles
id: changed-dockerfiles
uses: tj-actions/changed-files@v42.0.7
uses: tj-actions/changed-files@v42.1.0
with:
separator: ","
files: |
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Find changed readme files
id: changed-readmes
uses: tj-actions/changed-files@v42.0.7
uses: tj-actions/changed-files@v42.1.0
with:
separator: ","
files: |
Expand Down

0 comments on commit 568afe4

Please sign in to comment.