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 #76

Merged
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
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