mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Bump dorny/paths-filter from 3.0.1 to 3.0.2 (#112158)
This commit is contained in:
parent
3d3e9900c3
commit
a7f84c577d
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -103,7 +103,7 @@ jobs:
|
|||||||
echo "key=pre-commit-${{ env.CACHE_VERSION }}-${{
|
echo "key=pre-commit-${{ env.CACHE_VERSION }}-${{
|
||||||
hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT
|
hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT
|
||||||
- name: Filter for core changes
|
- name: Filter for core changes
|
||||||
uses: dorny/paths-filter@v3.0.1
|
uses: dorny/paths-filter@v3.0.2
|
||||||
id: core
|
id: core
|
||||||
with:
|
with:
|
||||||
filters: .core_files.yaml
|
filters: .core_files.yaml
|
||||||
@ -118,7 +118,7 @@ jobs:
|
|||||||
echo "Result:"
|
echo "Result:"
|
||||||
cat .integration_paths.yaml
|
cat .integration_paths.yaml
|
||||||
- name: Filter for integration changes
|
- name: Filter for integration changes
|
||||||
uses: dorny/paths-filter@v3.0.1
|
uses: dorny/paths-filter@v3.0.2
|
||||||
id: integrations
|
id: integrations
|
||||||
with:
|
with:
|
||||||
filters: .integration_paths.yaml
|
filters: .integration_paths.yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user