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.
1 parent 69fedff commit 06c83b3Copy full SHA for 06c83b3
.github/workflows/dart-ci.yaml
@@ -14,7 +14,7 @@ jobs:
14
matrix:
15
os: [ ubuntu-latest, windows-latest, macos-latest ]
16
steps:
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
18
- uses: subosito/flutter-action@v2
19
with:
20
flutter-version: '2.8.1'
.github/workflows/release.yaml
@@ -22,7 +22,7 @@ jobs:
22
target: x86_64-unknown-linux-gnu
23
24
25
26
27
28
0 commit comments