Bump tj-actions/changed-files from 40 to 46 in the actions group (#228)

Bumps the actions group with 1 update: [tj-actions/changed-files](https://github.com/tj-actions/changed-files).


Updates `tj-actions/changed-files` from 40 to 46
- [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/v40...v46)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-version: '46'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

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]
2025-05-27 21:45:57 +02:00
committed by GitHub
parent adb796d959
commit 690d41446a
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Check for changed files in docs folder or mkdocs.yml
id: check_files
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v46
with:
files: |
docs/**

View File

@@ -20,7 +20,7 @@ jobs:
- name: Check for changed files in src or webpack.config.js
id: check_files
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v46
with:
files: |
src/**