mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 12:24:04 +02:00
Bump dorny/paths-filter from 2 to 3
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2 to 3. - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](https://github.com/dorny/paths-filter/compare/v2...v3) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
4
.github/workflows/onpr_check-pr.yaml
vendored
4
.github/workflows/onpr_check-pr.yaml
vendored
@@ -18,13 +18,13 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: 📂 Detect chanced addons
|
- name: 📂 Detect chanced addons
|
||||||
uses: dorny/paths-filter@v2
|
uses: dorny/paths-filter@v3
|
||||||
id: filter
|
id: filter
|
||||||
with:
|
with:
|
||||||
filters: .github/paths-filter.yml
|
filters: .github/paths-filter.yml
|
||||||
|
|
||||||
- name: 📂 Detect chanced files
|
- name: 📂 Detect chanced files
|
||||||
uses: dorny/paths-filter@v2
|
uses: dorny/paths-filter@v3
|
||||||
id: changed-files
|
id: changed-files
|
||||||
with:
|
with:
|
||||||
list-files: csv
|
list-files: csv
|
||||||
|
|||||||
2
.github/workflows/onpush_builder.yaml
vendored
2
.github/workflows/onpush_builder.yaml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: 📂 Detect changed files
|
- name: 📂 Detect changed files
|
||||||
uses: dorny/paths-filter@v2
|
uses: dorny/paths-filter@v3
|
||||||
id: filter
|
id: filter
|
||||||
with:
|
with:
|
||||||
filters: .github/paths-filter.yml
|
filters: .github/paths-filter.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user