mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-12 02:41:02 +01:00
Merge pull request #1214 from alexbelgium/dependabot/github_actions/dorny/paths-filter-3
Bump dorny/paths-filter from 2 to 3
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
|
||||
|
||||
- name: 📂 Detect chanced addons
|
||||
uses: dorny/paths-filter@v2
|
||||
uses: dorny/paths-filter@v3
|
||||
id: filter
|
||||
with:
|
||||
filters: .github/paths-filter.yml
|
||||
|
||||
- name: 📂 Detect chanced files
|
||||
uses: dorny/paths-filter@v2
|
||||
uses: dorny/paths-filter@v3
|
||||
id: changed-files
|
||||
with:
|
||||
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
|
||||
|
||||
- name: 📂 Detect changed files
|
||||
uses: dorny/paths-filter@v2
|
||||
uses: dorny/paths-filter@v3
|
||||
id: filter
|
||||
with:
|
||||
filters: .github/paths-filter.yml
|
||||
|
||||
Reference in New Issue
Block a user