Skip to content

Commit f493fad

Browse files
Bump zgosalvez/github-actions-analyze-dart from 1.5.3 to 3.0.3
Bumps [zgosalvez/github-actions-analyze-dart](https://github.com/zgosalvez/github-actions-analyze-dart) from 1.5.3 to 3.0.3. - [Release notes](https://github.com/zgosalvez/github-actions-analyze-dart/releases) - [Commits](zgosalvez/github-actions-analyze-dart@bc72307...5d8083b) --- 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]>
1 parent e1cabbf commit f493fad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
working-directory: code
6868
- name: Analyze Flutter
6969
if: matrix.category == 'static'
70-
uses: zgosalvez/github-actions-analyze-dart@bc72307ba08e59e62f4d6e5ae311cc464dc0f296
70+
uses: zgosalvez/github-actions-analyze-dart@5d8083b60905b155372884c7504d69a0206b4d1b
7171
with:
7272
fail-on-warnings: true
7373
working-directory: code

.github/workflows/deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# static testing
7979
- name: Analyze Flutter
8080
if: matrix.category == 'static'
81-
uses: zgosalvez/github-actions-analyze-dart@bc72307ba08e59e62f4d6e5ae311cc464dc0f296
81+
uses: zgosalvez/github-actions-analyze-dart@5d8083b60905b155372884c7504d69a0206b4d1b
8282
with:
8383
fail-on-warnings: true
8484
working-directory: code

0 commit comments

Comments
 (0)