We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0abfc66 commit e503116Copy full SHA for e503116
.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Checkout
20
- uses: actions/checkout@v3.0.0
+ uses: actions/checkout@v4.0.0
21
22
# - uses: fregante/setup-git-token@v1
23
# with:
@@ -28,7 +28,7 @@ jobs:
28
distribution: "zulu"
29
java-version: "11"
30
31
- - uses: subosito/flutter-action@v2.3.0
+ - uses: subosito/flutter-action@v2
32
with:
33
channel: "stable"
34
@@ -45,7 +45,7 @@ jobs:
45
run: flutter test --coverage
46
47
- name: Upload coverage to Codecov
48
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v5.0.0
49
50
token: ${{ secrets.CODECOV_SECRET }}
51
file: coverage/lcov.info
0 commit comments