We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 358492e + b6cd439 commit 1c4b32dCopy full SHA for 1c4b32d
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
# declared minimum SDK (pubspec `environment: sdk`).
26
sdk: [stable, "3.5.0"]
27
steps:
28
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v7
29
- uses: dart-lang/setup-dart@v1
30
with:
31
sdk: ${{ matrix.sdk }}
@@ -49,7 +49,7 @@ jobs:
49
name: pub.dev score (pana)
50
runs-on: ubuntu-latest
51
52
53
54
- name: Install dependencies
55
run: dart pub get
0 commit comments