Skip to content

Commit 2a4f498

Browse files
Bump subosito/flutter-action from 2.12.0 to 2.16.0
Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.12.0 to 2.16.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](subosito/flutter-action@2783a3f...44ac965) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1942a50 commit 2a4f498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-22.04
3636
steps:
3737
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
38-
- uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 # v2.12.0
38+
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # v2.16.0
3939
with:
4040
flutter-version: 3.19.1
4141
cache: true
@@ -99,7 +99,7 @@ jobs:
9999
runs-on: ${{ matrix.os }}
100100
steps:
101101
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
102-
- uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 # v2.12.0
102+
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # v2.16.0
103103
with:
104104
flutter-version: ${{ matrix.flutter-version }}
105105
cache: true

0 commit comments

Comments
 (0)