Skip to content

chore(deps): bump subosito/flutter-action from 2.18.0 to 2.19.0 #319

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/analyze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Setup flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
with:
flutter-version: "3.27.x"
channel: "stable"
Expand All @@ -55,7 +55,7 @@ jobs:
distribution: "temurin"
java-version: "17"
- name: Setup flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
with:
flutter-version: "3.27.x"
channel: "stable"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licence-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run addlicense
run: go install github.com/google/addlicense@latest
- name: Install Flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
with:
flutter-version: "3.27.x"
channel: "stable"
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
distribution: "temurin"
java-version: "17"
cache: "gradle"
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
name: Setup flutter
with:
flutter-version: "3.27.x"
Expand All @@ -65,7 +65,7 @@ jobs:
java-version: "17"
cache: "gradle"
- name: Setup flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
with:
flutter-version: "3.27.x"
channel: "stable"
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Setup flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
with:
flutter-version: "3.27.x"
channel: "stable"
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
java-version: "17"
cache: "gradle"
- name: Setup flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
with:
flutter-version: "3.27.x"
channel: "stable"
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Setup flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
with:
flutter-version: "3.27.x"
channel: "stable"
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
~/.android/adb*
key: avd
- name: Setup flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
with:
flutter-version: "3.27.x"
channel: "stable"
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Setup flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
with:
flutter-version: "3.27.x"
channel: "stable"
Expand Down