We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4f47f4 + 5cab02c commit 8b29725Copy full SHA for 8b29725
.github/workflows/phpcs.yml
@@ -40,7 +40,7 @@ jobs:
40
# We need to run to validate only files' changes.
41
- name: Get changed files using a comma separator
42
id: changed-files-comma
43
- uses: tj-actions/changed-files@v12.2
+ uses: tj-actions/changed-files@v41
44
with:
45
separator: " "
46
files: |
0 commit comments