Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 681f328

Browse files
authoredApr 2, 2024··
chore(deps): update subosito/flutter-action action to v2.16.0
1 parent 3566e39 commit 681f328

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.16.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.16.0
2424
with:
2525
channel: ${{ matrix.channel }}
2626

0 commit comments

Comments
 (0)
Please sign in to comment.