1 parent bcb544d commit 843ac7eCopy full SHA for 843ac7e
1 file changed
.github/workflows/pana.yml
@@ -19,11 +19,11 @@ jobs:
19
20
- uses: dart-lang/setup-dart@v1
21
with:
22
- sdk: '3.8'
+ sdk: '3.11'
23
24
- uses: actions/checkout@v2
25
26
- - uses: shamblett/dart-package-analyzer@v3
+ - uses: axel-op/dart-package-analyzer@v3
27
id: analysis # set an id for the current step
28
29
githubToken: ${{ secrets.GITHUB_TOKEN }}
0 commit comments