File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 timeout-minutes : 20
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v6
34+ uses : actions/checkout@v7
3535 with :
3636 # Fetch the full history so PR-only diff jobs (future) can see
3737 # the merge base. Cheap on a sub-100-MB repo.
6666 timeout-minutes : 25
6767 steps :
6868 - name : Checkout
69- uses : actions/checkout@v6
69+ uses : actions/checkout@v7
7070
7171 - name : Setup Android build environment
7272 uses : ./.github/actions/setup-android
@@ -119,7 +119,7 @@ jobs:
119119 needs : [lint, unit-tests]
120120 steps :
121121 - name : Checkout
122- uses : actions/checkout@v6
122+ uses : actions/checkout@v7
123123
124124 - name : Setup Android build environment
125125 uses : ./.github/actions/setup-android
Original file line number Diff line number Diff line change 3333 # can produce a diff against the previous tag.
3434 # -----------------------------------------------------------------
3535 - name : Checkout tag
36- uses : actions/checkout@v6
36+ uses : actions/checkout@v7
3737 with :
3838 ref : ${{ github.event.inputs.tag || github.ref }}
3939 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments