Skip to content

Commit 66eabe2

Browse files
chore(deps): bump tj-actions/changed-files from 42 to 44 (#2959)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a2f0f07 commit 66eabe2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php-coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Get changed files
3838
id: changed-files
39-
uses: tj-actions/changed-files@v42
39+
uses: tj-actions/changed-files@v44
4040

4141
- name: Run coding standards
4242
if: steps.changed-files.outputs.all_changed_files != ''

.github/workflows/php-static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Get changed files
4040
id: changed-files
41-
uses: tj-actions/changed-files@v42
41+
uses: tj-actions/changed-files@v44
4242

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

0 commit comments

Comments
 (0)