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
22 changes: 11 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: 🔧 Setup java
uses: actions/setup-java@v5
with:
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
working-directory: app
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Make yq tool available on Windows runners
run: |
choco install yq
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
working-directory: app
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- uses: subosito/flutter-action@v2.21.0
with:
flutter-version-file: app/pubspec.yaml
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
working-directory: app
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Get dependencies
run: |
sudo apt-get update
Expand Down Expand Up @@ -373,7 +373,7 @@ jobs:
runs-on: ${{ matrix.arch.image }}
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Add snapcraft directory
run: |
mkdir -p snap
Expand All @@ -399,7 +399,7 @@ jobs:
working-directory: app
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- uses: subosito/flutter-action@v2.21.0
with:
flutter-version-file: app/pubspec.yaml
Expand Down Expand Up @@ -451,7 +451,7 @@ jobs:
working-directory: app
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- uses: subosito/flutter-action@v2.21.0
with:
flutter-version-file: app/pubspec.yaml
Expand Down Expand Up @@ -484,7 +484,7 @@ jobs:
if: github.event_name != 'pull_request'
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Set Docker tag
id: docker_tag
run: |
Expand Down Expand Up @@ -530,7 +530,7 @@ jobs:
- build-ipa
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
env:
CI_PAT: ${{ secrets.CI_PAT }}
with:
Expand Down Expand Up @@ -801,7 +801,7 @@ jobs:
PLAY_STORE_CREDENTIALS: ${{ secrets.PLAY_STORE_CREDENTIALS }}
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
token: ${{ secrets.CI_PAT }}
- name: Setup git
Expand Down Expand Up @@ -854,7 +854,7 @@ jobs:
needs: [deploy]
runs-on: windows-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
token: ${{ secrets.CI_PAT }}
- if: ${{ github.ref == 'refs/tags/stable' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/calibreapp-image-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Compress Images
uses: calibreapp/image-actions@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compress-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Compress Images
id: calibre
uses: calibreapp/image-actions@main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
working-directory: ${{ matrix.projects }}
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- uses: subosito/flutter-action@v2.21.0
with:
flutter-version-file: app/pubspec.yaml
cache: true
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Print Dart SDK version
run: |
dart --version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run:
working-directory: docs
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
working-directory: app
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- uses: subosito/flutter-action@v2.21.0
with:
flutter-version-file: app/pubspec.yaml
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
update-changelog:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
token: ${{ secrets.CI_PAT }}
fetch-depth: 0
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
version: ${{ steps.setup.outputs.FLOW_VERSION }}
build_number: ${{ steps.setup.outputs.FLOW_BUILD_NUMBER }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
token: ${{ secrets.CI_PAT }}
ref: ${{ github.ref }}
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- update-changelog
- release
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
token: ${{ secrets.CI_PAT }}
fetch-depth: 0
Expand Down Expand Up @@ -166,14 +166,14 @@ jobs:
steps:
- name: Checkout main
if: ${{ github.ref == 'refs/heads/develop' }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
token: ${{ secrets.CI_PAT }}
fetch-depth: 0
ref: main
- name: Checkout develop
if: ${{ github.ref == 'refs/heads/main' }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
token: ${{ secrets.CI_PAT }}
fetch-depth: 0
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
runs-on: ubuntu-24.04
needs: [release]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
token: ${{ secrets.CI_PAT }}
- name: Get information
Expand Down