Skip to content

Commit b8664cc

Browse files
committed
ci: 👷 update CI actions versions
1 parent cf206a9 commit b8664cc

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/exponential_back_off.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77
branches: ["main"]
88

99
jobs:
10-
test:
10+
analyze-and-test:
1111
runs-on: ubuntu-latest
1212

1313
steps:
1414
- name: 📚 Git checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@vv3.3.0
1616

1717
- name: 🐦 Setup Flutter
18-
uses: subosito/flutter-action@v2
18+
uses: subosito/flutter-action@v2.8.0
1919
with:
2020
channel: stable
2121
cache: true
@@ -37,13 +37,16 @@ jobs:
3737

3838
- name: 📊 Codecov
3939
uses: codecov/[email protected]
40+
with:
41+
files: ./coverage/lcov.info
4042

4143
- name: 🎯 publish dry run
4244
run: dart pub publish --dry-run
4345

4446
- name: 📊 Check code coverage
45-
uses: VeryGoodOpenSource/very_good_coverage@v2
47+
uses: VeryGoodOpenSource/very_good_coverage@v2.1.0
4648
with:
49+
path: "./coverage/lcov.info"
4750
min_coverage: 95
4851
exclude: "**/example"
4952

0 commit comments

Comments
 (0)