Skip to content

Commit e503116

Browse files
Khushboo1702singhtaranjeet
authored andcommitted
[version] upgrade github workflow
1 parent 0abfc66 commit e503116

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v3.0.0
20+
uses: actions/checkout@v4.0.0
2121

2222
# - uses: fregante/setup-git-token@v1
2323
# with:
@@ -28,7 +28,7 @@ jobs:
2828
distribution: "zulu"
2929
java-version: "11"
3030

31-
- uses: subosito/flutter-action@v2.3.0
31+
- uses: subosito/flutter-action@v2
3232
with:
3333
channel: "stable"
3434

@@ -45,7 +45,7 @@ jobs:
4545
run: flutter test --coverage
4646

4747
- name: Upload coverage to Codecov
48-
uses: codecov/codecov-action@v1
48+
uses: codecov/codecov-action@v5.0.0
4949
with:
5050
token: ${{ secrets.CODECOV_SECRET }}
5151
file: coverage/lcov.info

0 commit comments

Comments
 (0)