Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: 📚 Git Checkout
uses: actions/checkout@v6

- uses: dorny/paths-filter@v3
- uses: dorny/paths-filter@v4
name: Angular Dart Package Detection
id: needs_angular_dart_example_checks
with:
Expand All @@ -55,7 +55,7 @@ jobs:
- ./.github/actions/dart_package/action.yaml
- examples/github_search/angular_github_search/**

- uses: dorny/paths-filter@v3
- uses: dorny/paths-filter@v4
name: Bloc Tools E2E Detection
id: needs_bloc_tools_e2e_checks
with:
Expand All @@ -64,7 +64,7 @@ jobs:
- ./.github/workflows/main.yaml
- packages/bloc_tools/**

- uses: dorny/paths-filter@v3
- uses: dorny/paths-filter@v4
name: Dart Package Detection
id: needs_dart_package_checks
with:
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- ./.github/actions/dart_package/action.yaml
- packages/bloc/**

- uses: dorny/paths-filter@v3
- uses: dorny/paths-filter@v4
name: Bloc Tools Compile Detection
id: needs_bloc_tools_compile_checks
with:
Expand All @@ -110,7 +110,7 @@ jobs:
- ./.github/workflows/main.yaml
- packages/bloc_tools/**

- uses: dorny/paths-filter@v3
- uses: dorny/paths-filter@v4
name: Flutter Package Detection
id: needs_flutter_package_checks
with:
Expand All @@ -131,7 +131,7 @@ jobs:
- ./.github/actions/flutter_package/action.yaml
- packages/hydrated_bloc/**

- uses: dorny/paths-filter@v3
- uses: dorny/paths-filter@v4
name: Example Detection
id: needs_flutter_example_checks
with:
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
- ./.github/actions/flutter_package/action.yaml
- examples/github_search/flutter_github_search/**

- uses: dorny/paths-filter@v3
- uses: dorny/paths-filter@v4
name: Docs Detection
id: needs_docs_checks
with:
Expand Down
Loading