Skip to content
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

Bump subosito/flutter-action from 2.16.0 to 2.17.0 #764

Merged
Merged
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
Bump subosito/flutter-action from 2.16.0 to 2.17.0
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] <support@github.com>
dependabot[bot] authored Nov 25, 2024
commit 88052f6f1687c20609af19662a73a18ee1042977
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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
@@ -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
@@ -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
@@ -190,7 +190,7 @@ jobs:
echo "BUTTERFLY_BUILD_NUMBER=${BUTTERFLY_BUILD_NUMBER}" >> $GITHUB_ENV
git config --global user.email "ci@linwood.dev"
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