Skip to content

Commit

Permalink
Bump zgosalvez/github-actions-analyze-dart from 1.5.3 to 3.0.2
Browse files Browse the repository at this point in the history
Bumps [zgosalvez/github-actions-analyze-dart](https://github.com/zgosalvez/github-actions-analyze-dart) from 1.5.3 to 3.0.2.
- [Release notes](https://github.com/zgosalvez/github-actions-analyze-dart/releases)
- [Commits](zgosalvez/github-actions-analyze-dart@bc72307...15c2f1d)

---
updated-dependencies:
- dependency-name: zgosalvez/github-actions-analyze-dart
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 10, 2024
1 parent e1cabbf commit de97f0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
working-directory: code
- name: Analyze Flutter
if: matrix.category == 'static'
uses: zgosalvez/github-actions-analyze-dart@bc72307ba08e59e62f4d6e5ae311cc464dc0f296
uses: zgosalvez/github-actions-analyze-dart@15c2f1d371e4aa8db0d46728caa2699c844442ee
with:
fail-on-warnings: true
working-directory: code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# static testing
- name: Analyze Flutter
if: matrix.category == 'static'
uses: zgosalvez/github-actions-analyze-dart@bc72307ba08e59e62f4d6e5ae311cc464dc0f296
uses: zgosalvez/github-actions-analyze-dart@15c2f1d371e4aa8db0d46728caa2699c844442ee
with:
fail-on-warnings: true
working-directory: code
Expand Down

0 comments on commit de97f0e

Please sign in to comment.