Skip to content

Commit 5c41ff5

Browse files
Bump subosito/flutter-action from 2.22.0 to 2.23.0
Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.22.0 to 2.23.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](subosito/flutter-action@v2.22.0...v2.23.0) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-version: 2.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 55ea8e6 commit 5c41ff5

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/create_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- uses: actions/checkout@v6
49-
- uses: subosito/flutter-action@v2.22.0
49+
- uses: subosito/flutter-action@v2.23.0
5050
- name: setup flutter channel
5151
shell: bash
5252
run: ./scripts/setup_flutter.sh

.github/workflows/create_release_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- uses: actions/checkout@v6
37-
- uses: subosito/flutter-action@v2.22.0
37+
- uses: subosito/flutter-action@v2.23.0
3838
- name: setup flutter channel
3939
shell: bash
4040
run: ./scripts/setup_flutter.sh

.github/workflows/deploy_macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
# https://docs.github.com/ja/actions/using-workflows/events-that-trigger-workflows#release
1515
- uses: actions/checkout@v6
16-
- uses: subosito/flutter-action@v2.22.0
16+
- uses: subosito/flutter-action@v2.23.0
1717
with:
1818
cache: true
1919
- name: setup flutter channel

.github/workflows/deploy_macos_dry_run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 60
1818
steps:
1919
- uses: actions/checkout@v6
20-
- uses: subosito/flutter-action@v2.22.0
20+
- uses: subosito/flutter-action@v2.23.0
2121
with:
2222
cache: true
2323
- name: setup flutter channel

.github/workflows/flutter_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- uses: actions/checkout@v6
47-
- uses: subosito/flutter-action@v2.22.0
47+
- uses: subosito/flutter-action@v2.23.0
4848
with:
4949
cache: true
5050
- name: setup flutter channel

.github/workflows/flutter_ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 5
1919
steps:
2020
- uses: actions/checkout@v6
21-
- uses: subosito/flutter-action@v2.22.0
21+
- uses: subosito/flutter-action@v2.23.0
2222
with:
2323
cache: true
2424
- name: setup flutter channel
@@ -35,7 +35,7 @@ jobs:
3535
timeout-minutes: 5
3636
steps:
3737
- uses: actions/checkout@v6
38-
- uses: subosito/flutter-action@v2.22.0
38+
- uses: subosito/flutter-action@v2.23.0
3939
with:
4040
cache: true
4141
- name: setup flutter channel
@@ -67,7 +67,7 @@ jobs:
6767
setup_for_flutter_desktop_script: .github/scripts/linux/install_additional_requirements_for_flutter.sh
6868
steps:
6969
- uses: actions/checkout@v6
70-
- uses: subosito/flutter-action@v2.22.0
70+
- uses: subosito/flutter-action@v2.23.0
7171
with:
7272
cache: true
7373
- name: setup flutter channel
@@ -123,7 +123,7 @@ jobs:
123123
124124
steps:
125125
- uses: actions/checkout@v6
126-
- uses: subosito/flutter-action@v2.22.0
126+
- uses: subosito/flutter-action@v2.23.0
127127
with:
128128
cache: true
129129
- name: setup flutter channel

.github/workflows/flutter_deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 30
1313
steps:
1414
- uses: actions/checkout@v6
15-
- uses: subosito/flutter-action@v2.22.0
15+
- uses: subosito/flutter-action@v2.23.0
1616
with:
1717
cache: true
1818
- run: flutter doctor -v

0 commit comments

Comments
 (0)