Skip to content

Commit

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

---
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 Jan 22, 2024
1 parent 7992eee commit 964f11a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-coding-standards.yml
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v39
uses: tj-actions/changed-files@v42

- name: Run coding standards
if: steps.changed-files.outputs.all_changed_files != ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-lint.yml
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v39
uses: tj-actions/changed-files@v42

- name: Run PHP lint
if: steps.changed-files.outputs.all_changed_files != ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-static-analysis.yml
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v39
uses: tj-actions/changed-files@v42

- name: Run static analysis
if: steps.changed-files.outputs.all_changed_files != ''
Expand Down

0 comments on commit 964f11a

Please sign in to comment.