Skip to content

Commit

Permalink
Bump tj-actions/changed-files from 42 to 44
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 to 44.
- [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...v44)

---
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] committed Apr 1, 2024
1 parent a60e71f commit d351c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ jobs:

- name: Check whether validate_content_path changed
id: files-changed
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
with:
files: |
demisto_sdk/scripts/validate_content_path.py
Expand Down Expand Up @@ -524,7 +524,7 @@ jobs:

- name: Check whether validate files changed
id: changed-files
uses: tj-actions/changed-files@v42
uses: tj-actions/changed-files@v44
with:
files: |
demisto_sdk/commands/validate/**
Expand Down

0 comments on commit d351c58

Please sign in to comment.