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 d06bb7b commit d79051aCopy full SHA for d79051a
.github/workflows/deployment.yml
@@ -17,18 +17,20 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Checkout
20
- uses: actions/checkout@v2
+ - uses: actions/checkout@v3.0.0
21
22
- # - uses: fregante/setup-git-token@v1
23
- # with:
24
- # token: ${{ secrets.TOKEN }}
+ - uses: fregante/setup-git-user@v1
25
26
- - uses: actions/setup-java@v1
+ - uses: actions/setup-java@v3.0.0
27
with:
28
- java-version: 1.8
29
- - uses: subosito/flutter-action@v2
+ distribution: 'zulu'
+ java-version: '11'
+ cache: 'gradle'
+
30
+ - uses: subosito/[email protected]
31
32
channel: 'stable'
33
+ cache: true
34
35
- name: "Activate remove_from_coverage package"
36
run: flutter pub global activate remove_from_coverage
0 commit comments