Skip to content

Commit 112defb

Browse files
chore(deps): update subosito/flutter-action action to v2.7.0
1 parent 3566e39 commit 112defb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
distribution: 'zulu'
2626
java-version: '11'
2727

28-
- uses: subosito/flutter-action@v2.6.1
28+
- uses: subosito/flutter-action@v2.7.0
2929
with:
3030
channel: ${{ matrix.channel }}
3131

.github/workflows/dart.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v3
2222

23-
- uses: subosito/flutter-action@v2.6.1
23+
- uses: subosito/flutter-action@v2.7.0
2424
with:
2525
channel: ${{ matrix.channel }}
2626

0 commit comments

Comments
 (0)