Skip to content
Merged
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.29.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.29.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.29.x"
channel: "stable"
Expand Down
6 changes: 3 additions & 3 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.29.x"
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
java-version: "17"
cache: "gradle"
- name: Setup flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
with:
flutter-version: "3.29.x"
channel: "stable"
Expand All @@ -94,7 +94,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.29.x"
channel: "stable"
Expand Down
Loading