1919 runs-on : ubuntu-24.04
2020 steps :
2121 - name : ⬆️ Checkout
22- uses : actions/checkout@v6
22+ uses : actions/checkout@v7
2323 - name : 🔧 Setup java
2424 uses : actions/setup-java@v5
2525 with :
@@ -167,7 +167,7 @@ jobs:
167167 working-directory : app
168168 steps :
169169 - name : ⬆️ Checkout
170- uses : actions/checkout@v6
170+ uses : actions/checkout@v7
171171 - name : Make yq tool available on Windows runners
172172 run : |
173173 choco install yq
@@ -232,7 +232,7 @@ jobs:
232232 working-directory : app
233233 steps :
234234 - name : ⬆️ Checkout
235- uses : actions/checkout@v6
235+ uses : actions/checkout@v7
236236 - name : 🦀 Setup Rust
237237 uses : actions-rust-lang/setup-rust-toolchain@v1
238238 - uses : subosito/flutter-action@v2.23.0
@@ -286,7 +286,7 @@ jobs:
286286 working-directory : app
287287 steps :
288288 - name : ⬆️ Checkout
289- uses : actions/checkout@v6
289+ uses : actions/checkout@v7
290290 - name : Setup Rust
291291 uses : actions-rust-lang/setup-rust-toolchain@v1
292292 - name : Get dependencies
@@ -437,7 +437,7 @@ jobs:
437437 runs-on : ${{ matrix.arch.image }}
438438 steps :
439439 - name : ⬆️ Checkout
440- uses : actions/checkout@v6
440+ uses : actions/checkout@v7
441441 - name : Add snapcraft directory
442442 run : |
443443 mkdir -p snap
@@ -464,7 +464,7 @@ jobs:
464464 working-directory : app
465465 steps :
466466 - name : ⬆️ Checkout
467- uses : actions/checkout@v6
467+ uses : actions/checkout@v7
468468 - name : 🦀 Setup Rust
469469 uses : actions-rust-lang/setup-rust-toolchain@v1
470470 - uses : subosito/flutter-action@v2.23.0
@@ -496,7 +496,7 @@ jobs:
496496 - name : Setup node
497497 uses : actions/setup-node@v6
498498 with :
499- node-version : 24
499+ node-version : 26
500500 - name : Install appdmg
501501 run : |
502502 python3 -m pip install setuptools
@@ -525,7 +525,7 @@ jobs:
525525 working-directory : app
526526 steps :
527527 - name : ⬆️ Checkout
528- uses : actions/checkout@v6
528+ uses : actions/checkout@v7
529529 - name : 🦀 Setup Rust
530530 uses : actions-rust-lang/setup-rust-toolchain@v1
531531 - uses : subosito/flutter-action@v2.23.0
@@ -592,7 +592,7 @@ jobs:
592592 runs-on : ${{ matrix.os.name }}
593593 steps :
594594 - name : ⬆️ Checkout
595- uses : actions/checkout@v6
595+ uses : actions/checkout@v7
596596 - name : Install yq
597597 if : ${{ matrix.os.name == 'windows-2025' }}
598598 run : choco install yq
@@ -653,7 +653,7 @@ jobs:
653653 # if: github.event_name != 'pull_request'
654654 # steps:
655655 # - name: ⬆️ Checkout
656- # uses: actions/checkout@v6
656+ # uses: actions/checkout@v7
657657 # - name: Set Docker tag
658658 # id: docker_tag
659659 # run: |
@@ -700,7 +700,7 @@ jobs:
700700 - build-server
701701 steps :
702702 - name : ⬆️ Checkout
703- uses : actions/checkout@v6
703+ uses : actions/checkout@v7
704704 env :
705705 CI_PAT : ${{ secrets.CI_PAT }}
706706 with :
@@ -1044,7 +1044,7 @@ jobs:
10441044 PLAY_STORE_CREDENTIALS : ${{ secrets.PLAY_STORE_CREDENTIALS }}
10451045 steps :
10461046 - name : ⬆️ Checkout
1047- uses : actions/checkout@v6
1047+ uses : actions/checkout@v7
10481048 with :
10491049 token : ${{ secrets.CI_PAT }}
10501050 - name : Setup git
@@ -1104,7 +1104,7 @@ jobs:
11041104 # needs: [deploy]
11051105 # runs-on: windows-latest
11061106 # steps:
1107- # - uses: actions/checkout@v6
1107+ # - uses: actions/checkout@v7
11081108 # with:
11091109 # token: ${{ secrets.CI_PAT }}
11101110 # - if: ${{ github.ref == 'refs/tags/stable' }}
0 commit comments