Skip to content

Commit

Permalink
hmm?
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami committed Sep 4, 2024
1 parent e73fe43 commit 67e192a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: flutter-actions/setup-flutter@v3
with:
channel: 'stable'
version: 3.24.0
version: 3.24.1
cache-sdk: true

- name: Install Dependencies
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: flutter-actions/setup-flutter@v3
with:
channel: 'stable'
version: 3.24.0
version: 3.24.1
cache-sdk: true

- name: Install Dependencies
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
uses: flutter-actions/setup-flutter@v3
with:
channel: 'stable'
version: 3.24.0
version: 3.24.1
cache-sdk: true

- name: Setup Node.js
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: flutter-actions/setup-flutter@v3
with:
channel: 'stable'
version: 3.24.0
version: 3.24.1
cache-sdk: true

- name: Install Dependencies
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
uses: flutter-actions/setup-flutter@v3
with:
channel: 'stable'
version: 3.24.0
version: 3.24.1
cache-sdk: true

- name: Install Dependencies
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
uses: flutter-actions/setup-flutter@v3
with:
channel: 'stable'
version: 3.24.0
version: 3.24.1
cache-sdk: true

- name: Install Dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: flutter-actions/setup-flutter@v3
with:
channel: 'stable'
version: 3.24.0
version: 3.24.1
cache-sdk: true

- name: Install Dependencies
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
uses: flutter-actions/setup-flutter@v3
with:
channel: 'stable'
version: 3.24.0
version: 3.24.1
cache-sdk: true

- name: Install Dependencies
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
uses: flutter-actions/setup-flutter@v3
with:
channel: 'stable'
version: 3.24.0
version: 3.24.1
cache-sdk: true

- name: Setup Node.js
Expand Down

0 comments on commit 67e192a

Please sign in to comment.