chore(deps): bump tj-actions/changed-files from 39 to 40 (#731)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39 to 40.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v39...v40)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-11-03 05:10:31 -04:00 committed by GitHub
parent ab5c0f5d7d
commit 675a852631
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ jobs:
# Check for changed files
- name: Check for PHP changes
id: changed-php
uses: tj-actions/changed-files@v39
uses: tj-actions/changed-files@v40
with:
since_last_remote_commit: "true"
files: |
@ -48,7 +48,7 @@ jobs:
- name: Check for script changes
id: changed-script
uses: tj-actions/changed-files@v39
uses: tj-actions/changed-files@v40
with:
since_last_remote_commit: "true"
files: |
@ -56,7 +56,7 @@ jobs:
- name: Check for stylesheet changes
id: changed-stylesheet
uses: tj-actions/changed-files@v39
uses: tj-actions/changed-files@v40
with:
since_last_remote_commit: "true"
files: |
@ -67,7 +67,7 @@ jobs:
- name: Check for i18n changes
id: changed-i18n
uses: tj-actions/changed-files@v39
uses: tj-actions/changed-files@v40
with:
since_last_remote_commit: "true"
files: |