Skip to content
Open
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.19.0
- uses: subosito/flutter-action@v2.21.0
with:
flutter-version-file: app/pubspec.yaml
- name: 📦 Get dependencies
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
run: |
choco install yq
choco install innosetup
- uses: subosito/flutter-action@v2.19.0
- uses: subosito/flutter-action@v2.21.0
with:
flutter-version-file: app/pubspec.yaml
- name: ✅ Enable platforms
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
libsecret-1-dev \
libjsoncpp-dev \
rpm
- uses: subosito/flutter-action@v2.19.0
- uses: subosito/flutter-action@v2.21.0
with:
flutter-version-file: app/pubspec.yaml
channel: 'master'
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
alien \
libsecret-1-dev \
libjsoncpp-dev
- uses: subosito/flutter-action@v2.19.0
- uses: subosito/flutter-action@v2.21.0
with:
flutter-version-file: app/pubspec.yaml
channel: 'master'
Expand Down Expand Up @@ -377,7 +377,7 @@ jobs:
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.19.0
- uses: subosito/flutter-action@v2.21.0
with:
flutter-version-file: app/pubspec.yaml
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -429,7 +429,7 @@ jobs:
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.19.0
- uses: subosito/flutter-action@v2.21.0
with:
flutter-version-file: app/pubspec.yaml
- name: 📦 Get dependencies
Expand Down Expand Up @@ -719,7 +719,7 @@ jobs:
with:
java-version: "17"
distribution: "temurin"
- uses: subosito/flutter-action@v2.19.0
- uses: subosito/flutter-action@v2.21.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 @@ -15,7 +15,7 @@ jobs:
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.19.0
- uses: subosito/flutter-action@v2.21.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.19.0
- uses: subosito/flutter-action@v2.21.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.19.0
- uses: subosito/flutter-action@v2.21.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.19.0
- uses: subosito/flutter-action@v2.21.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.19.0
- uses: subosito/flutter-action@v2.21.0
with:
flutter-version-file: app/pubspec.yaml
- name: Setup git
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
echo "VULPINE_BUILD_NUMBER=${VULPINE_BUILD_NUMBER}" >> $GITHUB_ENV
git config --global user.email "[email protected]"
git config --global user.name "Linwood CI"
- uses: subosito/flutter-action@v2.19.0
- uses: subosito/flutter-action@v2.21.0
with:
flutter-version-file: app/pubspec.yaml
- name: Bump version
Expand Down
Loading