Skip to content

Commit a097d9d

Browse files
chore(deps): bump dorny/paths-filter from 3 to 4 (#297)
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 3 to 4. - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](dorny/paths-filter@v3...v4) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-version: '4' 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>
1 parent c1265f2 commit a097d9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
uses: actions/checkout@v6
2323

2424
- name: 📂 Detect changed addons
25-
uses: dorny/paths-filter@v3
25+
uses: dorny/paths-filter@v4
2626
id: filter
2727
with:
2828
filters: .github/path-filters.yaml
2929

3030
- name: 📂 Detect chanced files
31-
uses: dorny/paths-filter@v3
31+
uses: dorny/paths-filter@v4
3232
id: changed-files
3333
with:
3434
list-files: csv

0 commit comments

Comments
 (0)