Skip to content

Commit

Permalink
Bump dorny/paths-filter from 2.11.0 to 2.11.1 (home-assistant#80228)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 13, 2022
1 parent 3c125c4 commit 394246a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
echo "::set-output name=key::pre-commit-${{ env.CACHE_VERSION }}-${{
hashFiles('.pre-commit-config.yaml') }}"
- name: Filter for core changes
uses: dorny/[email protected].0
uses: dorny/[email protected].1
id: core
with:
filters: .core_files.yaml
Expand All @@ -85,7 +85,7 @@ jobs:
echo "Result:"
cat .integration_paths.yaml
- name: Filter for integration changes
uses: dorny/[email protected].0
uses: dorny/[email protected].1
id: integrations
with:
filters: .integration_paths.yaml
Expand Down

0 comments on commit 394246a

Please sign in to comment.