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
20 changes: 10 additions & 10 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@v4
uses: actions/checkout@v5
- name: 🔧 Setup java
uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
working-directory: app
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Make yq tool available on Windows runners
run: |
choco install yq
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
working-directory: app
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Get dependencies
run: |
sudo apt-get update
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
runs-on: ${{ matrix.arch.image }}
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Get dependencies
run: |
sudo apt-get update
Expand Down Expand Up @@ -376,7 +376,7 @@ jobs:
working-directory: app
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- uses: subosito/[email protected]
with:
flutter-version-file: app/pubspec.yaml
Expand Down Expand Up @@ -428,7 +428,7 @@ jobs:
working-directory: app
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- uses: subosito/[email protected]
with:
flutter-version-file: app/pubspec.yaml
Expand Down Expand Up @@ -464,7 +464,7 @@ jobs:
# architecture:
# - amd64
# steps:
# - uses: actions/checkout@v4
# - uses: actions/checkout@v5
# - uses: docker/setup-qemu-action@v2
# with:
# image: tonistiigi/binfmt@sha256:df15403e06a03c2f461c1f7938b171fda34a5849eb63a70e2a2109ed5a778bde
Expand All @@ -491,7 +491,7 @@ jobs:
- build-ipa
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
env:
CI_PAT: ${{ secrets.CI_PAT }}
with:
Expand Down Expand Up @@ -696,7 +696,7 @@ jobs:
PLAY_STORE_CREDENTIALS: ${{ secrets.PLAY_STORE_CREDENTIALS }}
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
token: ${{ secrets.CI_PAT }}
- name: Setup git
Expand Down Expand Up @@ -747,7 +747,7 @@ jobs:
# needs: [deploy]
# runs-on: windows-latest
# steps:
# - uses: actions/checkout@v4
# - uses: actions/checkout@v5
# 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@v4
uses: actions/checkout@v5

- 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@v4
uses: actions/checkout@v5
- 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 @@ -14,11 +14,11 @@ jobs:
working-directory: ${{ matrix.projects }}
steps:
- name: ⬆️ Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- uses: subosito/[email protected]
with:
flutter-version-file: app/pubspec.yaml
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- 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@v4
- uses: actions/checkout@v5
- 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@v4
uses: actions/checkout@v5
- uses: subosito/[email protected]
with:
flutter-version-file: app/pubspec.yaml
Expand Down
14 changes: 7 additions & 7 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@v4
- uses: actions/checkout@v5
with:
token: ${{ secrets.CI_PAT }}
fetch-depth: 0
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
version: ${{ steps.setup.outputs.VULPINE_VERSION }}
build_number: ${{ steps.setup.outputs.VULPINE_BUILD_NUMBER }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
token: ${{ secrets.CI_PAT }}
ref: ${{ github.ref }}
Expand All @@ -87,7 +87,7 @@ jobs:
VULPINE_VERSION="${{ env.VULPINE_VERSION }}"
git tag -fa v${{ env.VULPINE_VERSION }} -m "Release ${VULPINE_VERSION}"
git push origin v${VULPINE_VERSION} -f
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
token: ${{ secrets.CI_PAT }}
fetch-depth: 0
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- update-changelog
- release
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
token: ${{ secrets.CI_PAT }}
fetch-depth: 0
Expand Down Expand Up @@ -167,14 +167,14 @@ jobs:
steps:
- name: Checkout main
if: ${{ github.ref == 'refs/heads/develop' }}
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
token: ${{ secrets.CI_PAT }}
fetch-depth: 0
ref: main
- name: Checkout develop
if: ${{ github.ref == 'refs/heads/main' }}
uses: actions/checkout@v4
uses: actions/checkout@v5
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@v4
- uses: actions/checkout@v5
with:
token: ${{ secrets.CI_PAT }}
- name: Get information
Expand Down
Loading