Skip to content

Commit c9c7c26

Browse files
Bump subosito/flutter-action from 2.19.0 to 2.20.0
Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.19.0 to 2.20.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](subosito/flutter-action@v2.19.0...v2.20.0) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7ed2359 commit c9c7c26

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
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.19.0
28+
- uses: subosito/flutter-action@v2.20.0
2929
with:
3030
flutter-version-file: app/pubspec.yaml
3131
- name: 📦 Get dependencies
@@ -99,7 +99,7 @@ jobs:
9999
run: |
100100
choco install yq
101101
choco install innosetup
102-
- uses: subosito/flutter-action@v2.19.0
102+
- uses: subosito/flutter-action@v2.20.0
103103
with:
104104
flutter-version-file: app/pubspec.yaml
105105
- name: ✅ Enable platforms
@@ -183,7 +183,7 @@ jobs:
183183
libsecret-1-dev \
184184
libjsoncpp-dev \
185185
rpm
186-
- uses: subosito/flutter-action@v2.19.0
186+
- uses: subosito/flutter-action@v2.20.0
187187
with:
188188
flutter-version-file: app/pubspec.yaml
189189
channel: 'master'
@@ -312,7 +312,7 @@ jobs:
312312
alien \
313313
libsecret-1-dev \
314314
libjsoncpp-dev
315-
- uses: subosito/flutter-action@v2.19.0
315+
- uses: subosito/flutter-action@v2.20.0
316316
with:
317317
flutter-version-file: app/pubspec.yaml
318318
channel: 'master'
@@ -377,7 +377,7 @@ jobs:
377377
steps:
378378
- name: ⬆️ Checkout
379379
uses: actions/checkout@v4
380-
- uses: subosito/flutter-action@v2.19.0
380+
- uses: subosito/flutter-action@v2.20.0
381381
with:
382382
flutter-version-file: app/pubspec.yaml
383383
- uses: actions/setup-python@v5
@@ -429,7 +429,7 @@ jobs:
429429
steps:
430430
- name: ⬆️ Checkout
431431
uses: actions/checkout@v4
432-
- uses: subosito/flutter-action@v2.19.0
432+
- uses: subosito/flutter-action@v2.20.0
433433
with:
434434
flutter-version-file: app/pubspec.yaml
435435
- name: 📦 Get dependencies
@@ -719,7 +719,7 @@ jobs:
719719
with:
720720
java-version: "17"
721721
distribution: "temurin"
722-
- uses: subosito/flutter-action@v2.19.0
722+
- uses: subosito/flutter-action@v2.20.0
723723
with:
724724
flutter-version-file: app/pubspec.yaml
725725
- name: 📦 Get dependencies

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: ⬆️ Checkout
1717
uses: actions/checkout@v4
18-
- uses: subosito/flutter-action@v2.19.0
18+
- uses: subosito/flutter-action@v2.20.0
1919
with:
2020
flutter-version-file: app/pubspec.yaml
2121
- uses: actions/checkout@v4

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
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.19.0
53+
- uses: subosito/flutter-action@v2.20.0
5454
with:
5555
flutter-version-file: app/pubspec.yaml
5656
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
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.19.0
24+
- uses: subosito/flutter-action@v2.20.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.19.0
68+
- uses: subosito/flutter-action@v2.20.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.19.0
130+
- uses: subosito/flutter-action@v2.20.0
131131
with:
132132
flutter-version-file: app/pubspec.yaml
133133
- name: Setup git
@@ -190,7 +190,7 @@ jobs:
190190
echo "VULPINE_BUILD_NUMBER=${VULPINE_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.19.0
193+
- uses: subosito/flutter-action@v2.20.0
194194
with:
195195
flutter-version-file: app/pubspec.yaml
196196
- name: Bump version

0 commit comments

Comments
 (0)