Skip to content

Commit 29d2983

Browse files
committed
ci: update versions of actions
1 parent 15dc477 commit 29d2983

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
1-
name: Test and Lint
1+
name: CI
22

33
on:
44
push:
55

6-
env:
7-
FLUTTER_VERSION: 3.10.0
8-
96
jobs:
107
test:
118
name: Run test
129
runs-on: ubuntu-latest
1310
steps:
14-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1512
- name: Set up Flutter
1613
uses: subosito/flutter-action@v2
1714
with:
18-
flutter-version: ${{ env.FLUTTER_VERSION }}
1915
channel: 'stable'
2016
- name: Run pub get
2117
run: flutter pub get
@@ -26,11 +22,10 @@ jobs:
2622
name: Run lint
2723
runs-on: ubuntu-latest
2824
steps:
29-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
3026
- name: Set up Flutter
3127
uses: subosito/flutter-action@v2
3228
with:
33-
flutter-version: ${{ env.FLUTTER_VERSION }}
3429
channel: 'stable'
3530
- name: Run pub get
3631
run: flutter pub get

0 commit comments

Comments
 (0)