build(deps): bump tj-actions/changed-files from 32 to 34 (#70)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 32 to 34.
- [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/v32...v34)

---
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>

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] 2022-10-26 14:33:02 -04:00 committed by GitHub
parent 34611f87f0
commit 6cc84fd555
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,21 +40,21 @@ jobs:
# Check for changed files
- name: Check for PHP changes
id: changed-php
uses: tj-actions/changed-files@v32
uses: tj-actions/changed-files@v34
with:
files: |
includes/**/*.php
- name: Check for script changes
id: changed-script
uses: tj-actions/changed-files@v32
uses: tj-actions/changed-files@v34
with:
files: |
resources/**/*.js
- name: Check for stylesheet changes
id: changed-stylesheet
uses: tj-actions/changed-files@v32
uses: tj-actions/changed-files@v34
with:
files: |
resources/**/*.css
@ -64,7 +64,7 @@ jobs:
- name: Check for i18n changes
id: changed-i18n
uses: tj-actions/changed-files@v32
uses: tj-actions/changed-files@v34
with:
files: |
i18n/*.json