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

Bump tj-actions/verify-changed-files from 13 to 15 #90

Closed
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 .
- name: Use verify-changed-files to check if any of the above files changed.
uses: tj-actions/verify-changed-files@v13
uses: tj-actions/verify-changed-files@v15
- 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 .
- name: Use verify-changed-files to check if any of the above files changed.
uses: tj-actions/verify-changed-files@v13
uses: tj-actions/verify-changed-files@v15
- name: Run step only when any of the above files change.
if: steps.verify-changed-files.outputs.files_changed == 'true'
run: |
Expand Down