Skip to content

Commit

Permalink
Merge pull request #110 from gbtb16/dependabot/github_actions/tj-acti…
Browse files Browse the repository at this point in the history
…ons/verify-changed-files-18

build(deps): bump tj-actions/verify-changed-files from 17 to 18
  • Loading branch information
gbtb16 committed Feb 6, 2024
2 parents c620c7a + 13b6489 commit 3292886
Showing 1 changed file with 2 additions and 2 deletions.
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@v17
uses: tj-actions/verify-changed-files@v18
- 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@v17
uses: tj-actions/verify-changed-files@v18
- name: Run step only when any of the above files change.
if: steps.verify-changed-files.outputs.files_changed == 'true'
run: |
Expand Down

0 comments on commit 3292886

Please sign in to comment.