Skip to content

Commit

Permalink
chore(deps): bump tj-actions/changed-files from 45.0.4 to 45.0.5 (#1909)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 01d4ce8 commit 7e834b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-yaml-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Get changed files in the docs folder
id: changed-files
uses: tj-actions/[email protected].4
uses: tj-actions/[email protected].5
with:
files: |
_data/**/*.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Get changed files
id: changed_files
uses: tj-actions/[email protected].4
uses: tj-actions/[email protected].5
with:
sha: ${{ github.event.pull_request.head.sha }}
json: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_meltano_add_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Get changed plugins
id: changed_plugins
uses: tj-actions/[email protected].4
uses: tj-actions/[email protected].5
with:
files: _data/meltano/*/*/*.yml
matrix: true
Expand Down

0 comments on commit 7e834b5

Please sign in to comment.