Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump tj-actions/verify-changed-files from 18 to 19 #112

Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
flutter packages pub run build_runner build --delete-conflicting-outputs
dart format --line-length 160 .
- name: Use verify-changed-files to check if any of the above files changed.
uses: tj-actions/verify-changed-files@v18
uses: tj-actions/verify-changed-files@v19
- name: Run step only when any of the above files change.
if: steps.verify-changed-files.outputs.files_changed == 'true'
run: |
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
dart run build_runner build --delete-conflicting-outputs
dart format --line-length 160 .
- name: Use verify-changed-files to check if any of the above files changed.
uses: tj-actions/verify-changed-files@v18
uses: tj-actions/verify-changed-files@v19
- name: Run step only when any of the above files change.
if: steps.verify-changed-files.outputs.files_changed == 'true'
run: |
Expand Down