Skip to content

Commit 7f48b1a

Browse files
Bump zgosalvez/github-actions-analyze-dart from 3.0.9 to 3.0.11
Bumps [zgosalvez/github-actions-analyze-dart](https://github.com/zgosalvez/github-actions-analyze-dart) from 3.0.9 to 3.0.11. - [Release notes](https://github.com/zgosalvez/github-actions-analyze-dart/releases) - [Commits](zgosalvez/github-actions-analyze-dart@9237595...5ca3905) --- updated-dependencies: - dependency-name: zgosalvez/github-actions-analyze-dart dependency-version: 3.0.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0e84642 commit 7f48b1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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@92375956021937d35938504eefb62b18bfebb154
70+
uses: zgosalvez/github-actions-analyze-dart@5ca39053dd1eba33fa2c6191215a6f1642a4575e
7171
with:
7272
fail-on-warnings: true
7373
working-directory: code

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
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@92375956021937d35938504eefb62b18bfebb154
81+
uses: zgosalvez/github-actions-analyze-dart@5ca39053dd1eba33fa2c6191215a6f1642a4575e
8282
with:
8383
fail-on-warnings: true
8484
working-directory: code

0 commit comments

Comments
 (0)