Skip to content

Commit 4e7f4e9

Browse files
Bump subosito/flutter-action from 2.16.0 to 2.17.0 (#76)
Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.16.0 to 2.17.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](subosito/flutter-action@v2.16.0...v2.17.0) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b9c351 commit 4e7f4e9

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

Diff for: .github/workflows/build.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
java-version: "17"
2727
distribution: "temurin"
28-
- uses: subosito/flutter-action@v2.16.0
28+
- uses: subosito/flutter-action@v2.17.0
2929
with:
3030
flutter-version-file: app/pubspec.yaml
3131
- name: 📦 Get dependencies
@@ -97,7 +97,7 @@ jobs:
9797
uses: actions/checkout@v4
9898
- name: Make yq tool available on Windows runners
9999
run: choco install yq
100-
- uses: subosito/flutter-action@v2.16.0
100+
- uses: subosito/flutter-action@v2.17.0
101101
with:
102102
flutter-version-file: app/pubspec.yaml
103103
- name: ✅ Enable platforms
@@ -171,7 +171,7 @@ jobs:
171171
libsecret-1-dev \
172172
libjsoncpp-dev \
173173
rpm
174-
- uses: subosito/flutter-action@v2.16.0
174+
- uses: subosito/flutter-action@v2.17.0
175175
with:
176176
flutter-version-file: app/pubspec.yaml
177177
- name: ✅ Enable platforms
@@ -277,7 +277,7 @@ jobs:
277277
alien \
278278
libsecret-1-dev \
279279
libjsoncpp-dev
280-
- uses: subosito/flutter-action@v2.16.0
280+
- uses: subosito/flutter-action@v2.17.0
281281
with:
282282
flutter-version-file: app/pubspec.yaml
283283
- name: ✅ Enable platforms
@@ -336,7 +336,7 @@ jobs:
336336
steps:
337337
- name: ⬆️ Checkout
338338
uses: actions/checkout@v4
339-
- uses: subosito/flutter-action@v2.16.0
339+
- uses: subosito/flutter-action@v2.17.0
340340
with:
341341
flutter-version-file: app/pubspec.yaml
342342
- uses: actions/setup-python@v5
@@ -388,7 +388,7 @@ jobs:
388388
steps:
389389
- name: ⬆️ Checkout
390390
uses: actions/checkout@v4
391-
- uses: subosito/flutter-action@v2.16.0
391+
- uses: subosito/flutter-action@v2.17.0
392392
with:
393393
flutter-version-file: app/pubspec.yaml
394394
- name: 📦 Get dependencies
@@ -645,7 +645,7 @@ jobs:
645645
with:
646646
java-version: "17"
647647
distribution: "temurin"
648-
- uses: subosito/flutter-action@v2.16.0
648+
- uses: subosito/flutter-action@v2.17.0
649649
with:
650650
flutter-version-file: app/pubspec.yaml
651651
- name: 📦 Get dependencies

Diff for: .github/workflows/dart.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: ⬆️ Checkout
1616
uses: actions/checkout@v4
17-
- uses: subosito/flutter-action@v2.16.0
17+
- uses: subosito/flutter-action@v2.17.0
1818
with:
1919
flutter-version-file: app/pubspec.yaml
2020
- uses: actions/checkout@v4

Diff for: .github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- name: ⬆️ Checkout
5252
uses: actions/checkout@v4
53-
- uses: subosito/flutter-action@v2.16.0
53+
- uses: subosito/flutter-action@v2.17.0
5454
with:
5555
flutter-version-file: app/pubspec.yaml
5656
- name: Install dependencies

Diff for: .github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
token: ${{ secrets.CI_PAT }}
2323
fetch-depth: 0
24-
- uses: subosito/flutter-action@v2.16.0
24+
- uses: subosito/flutter-action@v2.17.0
2525
with:
2626
flutter-version-file: app/pubspec.yaml
2727
- name: Setup git
@@ -65,7 +65,7 @@ jobs:
6565
token: ${{ secrets.CI_PAT }}
6666
ref: ${{ github.ref }}
6767
fetch-depth: 0
68-
- uses: subosito/flutter-action@v2.16.0
68+
- uses: subosito/flutter-action@v2.17.0
6969
with:
7070
flutter-version-file: app/pubspec.yaml
7171
- name: Setup git
@@ -127,7 +127,7 @@ jobs:
127127
with:
128128
token: ${{ secrets.CI_PAT }}
129129
fetch-depth: 0
130-
- uses: subosito/flutter-action@v2.16.0
130+
- uses: subosito/flutter-action@v2.17.0
131131
with:
132132
flutter-version-file: app/pubspec.yaml
133133
- name: Setup git
@@ -190,7 +190,7 @@ jobs:
190190
echo "FLOW_BUILD_NUMBER=${FLOW_BUILD_NUMBER}" >> $GITHUB_ENV
191191
git config --global user.email "[email protected]"
192192
git config --global user.name "Linwood CI"
193-
- uses: subosito/flutter-action@v2.16.0
193+
- uses: subosito/flutter-action@v2.17.0
194194
with:
195195
flutter-version-file: app/pubspec.yaml
196196
- name: Bump version

0 commit comments

Comments
 (0)