diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 0676fe3..92a3c47 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -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@v17 - name: Run step only when any of the above files change. if: steps.verify-changed-files.outputs.files_changed == 'true' run: | @@ -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@v17 - name: Run step only when any of the above files change. if: steps.verify-changed-files.outputs.files_changed == 'true' run: |