Skip to content

Commit

Permalink
Bump subosito/flutter-action from 2.16.0 to 2.17.0 (#76)
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@v2.16.0...v2.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 3b9c351 commit 4e7f4e9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
java-version: "17"
distribution: "temurin"
- uses: subosito/flutter-action@v2.16.0
- uses: subosito/flutter-action@v2.17.0
with:
flutter-version-file: app/pubspec.yaml
- name: 📦 Get dependencies
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
uses: actions/checkout@v4
- name: Make yq tool available on Windows runners
run: choco install yq
- uses: subosito/flutter-action@v2.16.0
- uses: subosito/flutter-action@v2.17.0
with:
flutter-version-file: app/pubspec.yaml
- name: ✅ Enable platforms
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
libsecret-1-dev \
libjsoncpp-dev \
rpm
- uses: subosito/flutter-action@v2.16.0
- uses: subosito/flutter-action@v2.17.0
with:
flutter-version-file: app/pubspec.yaml
- name: ✅ Enable platforms
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
alien \
libsecret-1-dev \
libjsoncpp-dev
- uses: subosito/flutter-action@v2.16.0
- uses: subosito/flutter-action@v2.17.0
with:
flutter-version-file: app/pubspec.yaml
- name: ✅ Enable platforms
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.16.0
- uses: subosito/flutter-action@v2.17.0
with:
flutter-version-file: app/pubspec.yaml
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -388,7 +388,7 @@ jobs:
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.16.0
- uses: subosito/flutter-action@v2.17.0
with:
flutter-version-file: app/pubspec.yaml
- name: 📦 Get dependencies
Expand Down Expand Up @@ -645,7 +645,7 @@ jobs:
with:
java-version: "17"
distribution: "temurin"
- uses: subosito/flutter-action@v2.16.0
- uses: subosito/flutter-action@v2.17.0
with:
flutter-version-file: app/pubspec.yaml
- name: 📦 Get dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.16.0
- uses: subosito/flutter-action@v2.17.0
with:
flutter-version-file: app/pubspec.yaml
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.16.0
- uses: subosito/flutter-action@v2.17.0
with:
flutter-version-file: app/pubspec.yaml
- name: Install dependencies
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
token: ${{ secrets.CI_PAT }}
fetch-depth: 0
- uses: subosito/flutter-action@v2.16.0
- uses: subosito/flutter-action@v2.17.0
with:
flutter-version-file: app/pubspec.yaml
- name: Setup git
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
token: ${{ secrets.CI_PAT }}
ref: ${{ github.ref }}
fetch-depth: 0
- uses: subosito/flutter-action@v2.16.0
- uses: subosito/flutter-action@v2.17.0
with:
flutter-version-file: app/pubspec.yaml
- name: Setup git
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
with:
token: ${{ secrets.CI_PAT }}
fetch-depth: 0
- uses: subosito/flutter-action@v2.16.0
- uses: subosito/flutter-action@v2.17.0
with:
flutter-version-file: app/pubspec.yaml
- name: Setup git
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
echo "FLOW_BUILD_NUMBER=${FLOW_BUILD_NUMBER}" >> $GITHUB_ENV
git config --global user.email "[email protected]"
git config --global user.name "Linwood CI"
- uses: subosito/flutter-action@v2.16.0
- uses: subosito/flutter-action@v2.17.0
with:
flutter-version-file: app/pubspec.yaml
- name: Bump version
Expand Down

0 comments on commit 4e7f4e9

Please sign in to comment.