Skip to content

Commit 843ac7e

Browse files
committed
Update to use axel-op analyzer action
1 parent bcb544d commit 843ac7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pana.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919

2020
- uses: dart-lang/setup-dart@v1
2121
with:
22-
sdk: '3.8'
22+
sdk: '3.11'
2323

2424
- uses: actions/checkout@v2
2525

26-
- uses: shamblett/dart-package-analyzer@v3
26+
- uses: axel-op/dart-package-analyzer@v3
2727
id: analysis # set an id for the current step
2828
with:
2929
githubToken: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)