Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit deb34e7

Browse files
chore: bump dart-code-checker/dart-code-metrics-action (#1073)
Bumps [dart-code-checker/dart-code-metrics-action](https://github.com/dart-code-checker/dart-code-metrics-action) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/dart-code-checker/dart-code-metrics-action/releases) - [Changelog](https://github.com/dart-code-checker/dart-code-metrics-action/blob/main/CHANGELOG.md) - [Commits](dart-code-checker/dart-code-metrics-action@v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: dart-code-checker/dart-code-metrics-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5bc14bc commit deb34e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package_analyze.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: dart analyze --fatal-warnings --fatal-infos .
6262

6363
- name: Analyze by Dart Code Metrics
64-
uses: dart-code-checker/dart-code-metrics-action@v2.0.0
64+
uses: dart-code-checker/dart-code-metrics-action@v3.0.0
6565
with:
6666
github_token: ${{ secrets.GITHUB_TOKEN }}
6767
folders: "bin, example, lib, test"

0 commit comments

Comments
 (0)