File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 name : Run analyzer
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v6
33+ - uses : actions/checkout@v7
3434
3535 - name : Common flutter setup
3636 uses : ./.github/actions/flutter-common
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Checkout application
29- uses : actions/checkout@v6
29+ uses : actions/checkout@v7
3030 with :
3131 ref : ${{ inputs.ref }}
3232
5656 runs-on : ubuntu-latest
5757 steps :
5858 - name : Checkout application
59- uses : actions/checkout@v6
59+ uses : actions/checkout@v7
6060 with :
6161 ref : ${{ inputs.ref }}
6262
Original file line number Diff line number Diff line change 2121 runs-on : macos-latest
2222 steps :
2323 - name : Checkout application
24- uses : actions/checkout@v6
24+ uses : actions/checkout@v7
2525 with :
2626 ref : ${{ inputs.ref }}
2727
4949 runs-on : macos-latest
5050 steps :
5151 - name : Checkout application
52- uses : actions/checkout@v6
52+ uses : actions/checkout@v7
5353 with :
5454 ref : ${{ inputs.ref }}
5555
7777 runs-on : macos-latest
7878 steps :
7979 - name : Checkout application
80- uses : actions/checkout@v6
80+ uses : actions/checkout@v7
8181 with :
8282 ref : ${{ inputs.ref }}
8383
Original file line number Diff line number Diff line change 4444 # runner: ubuntu-24.04-arm
4545 steps :
4646 - name : Checkout application
47- uses : actions/checkout@v6
47+ uses : actions/checkout@v7
4848 with :
4949 ref : ${{ inputs.ref }}
5050
8383
8484 steps :
8585 - name : Checkout flatpak-flathub repo
86- uses : actions/checkout@v6
86+ uses : actions/checkout@v7
8787 with :
8888 repository : wger-project/de.wger.flutter
8989
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout application
25- uses : actions/checkout@v6
25+ uses : actions/checkout@v7
2626 with :
2727 ref : ${{ inputs.ref }}
2828
Original file line number Diff line number Diff line change 2424 runs-on : windows-latest
2525 steps :
2626 - name : Checkout application
27- uses : actions/checkout@v6
27+ uses : actions/checkout@v7
2828 with :
2929 ref : ${{ inputs.ref }}
3030
Original file line number Diff line number Diff line change 1616 steps :
1717
1818 - name : Checkout application
19- uses : actions/checkout@v6
19+ uses : actions/checkout@v7
2020 with :
2121 fetch-depth : 0 # needed to push changes
2222 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2424 env :
2525 TZ : Europe/Berlin
2626 steps :
27- - uses : actions/checkout@v6
27+ - uses : actions/checkout@v7
2828
2929 - name : Common flutter setup
3030 uses : ./.github/actions/flutter-common
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v6
28+ uses : actions/checkout@v7
2929
3030 # Initializes the CodeQL tools for scanning.
3131 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 7373 - build_linux
7474 steps :
7575 - name : Checkout application
76- uses : actions/checkout@v6
76+ uses : actions/checkout@v7
7777 with :
7878 lfs : true
7979 ref : ${{ github.event.inputs.version }}
@@ -118,7 +118,7 @@ jobs:
118118 # - build_apple
119119 # steps:
120120 # - name: Checkout application
121- # uses: actions/checkout@v6
121+ # uses: actions/checkout@v7
122122 # with:
123123 # ref: feature/build-process
124124 # # ref: ${{ github.event.inputs.version }}
You can’t perform that action at this time.
0 commit comments