Skip to content

Commit

Permalink
chore(deps): bump subosito/flutter-action from 2.16.0 to 2.17.0
Browse files Browse the repository at this point in the history
Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.16.0 to 2.17.0.
- [Release notes](https://github.com/subosito/flutter-action/releases)
- [Commits](subosito/flutter-action@44ac965...74af56c)

---
updated-dependencies:
- dependency-name: subosito/flutter-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent b3b5266 commit 2844fd5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
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@44ac965b96f18d999802d4b807e3256d5a3f9fa1
uses: subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3
with:
flutter-version: "3.22.x"
channel: "stable"
Expand All @@ -55,7 +55,7 @@ jobs:
distribution: "temurin"
java-version: "17"
- name: Setup flutter
uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
uses: subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3
with:
flutter-version: "3.22.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@44ac965b96f18d999802d4b807e3256d5a3f9fa1
uses: subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3
with:
flutter-version: "3.22.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@44ac965b96f18d999802d4b807e3256d5a3f9fa1
- uses: subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3
name: Setup flutter
with:
flutter-version: "3.22.x"
Expand All @@ -65,7 +65,7 @@ jobs:
java-version: "17"
cache: "gradle"
- name: Setup flutter
uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
uses: subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3
with:
flutter-version: "3.22.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@44ac965b96f18d999802d4b807e3256d5a3f9fa1
uses: subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3
with:
flutter-version: "3.22.x"
channel: "stable"
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
java-version: "17"
cache: "gradle"
- name: Setup flutter
uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
uses: subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3
with:
flutter-version: "3.22.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@44ac965b96f18d999802d4b807e3256d5a3f9fa1
uses: subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3
with:
flutter-version: "3.22.x"
channel: "stable"
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
~/.android/adb*
key: avd
- name: Setup flutter
uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
uses: subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3
with:
flutter-version: "3.22.x"
channel: "stable"
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Setup flutter
uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
uses: subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3
with:
flutter-version: "3.22.x"
channel: "stable"
Expand Down

0 comments on commit 2844fd5

Please sign in to comment.