build(deps): bump tj-actions/changed-files from 44 to 45 (#936)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 to 45.
- [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/v44...v45)

---
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] 2024-08-22 01:52:48 -04:00 committed by GitHub
parent 1015944e77
commit 5eca6b48af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ jobs:
# Check for changed files
- name: Check for PHP changes
id: changed-php
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
since_last_remote_commit: "true"
files: |
@ -52,7 +52,7 @@ jobs:
- name: Check for script changes
id: changed-script
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
since_last_remote_commit: "true"
files: |
@ -60,7 +60,7 @@ jobs:
- name: Check for stylesheet changes
id: changed-stylesheet
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
since_last_remote_commit: "true"
files: |
@ -71,7 +71,7 @@ jobs:
- name: Check for i18n changes
id: changed-i18n
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
since_last_remote_commit: "true"
files: |