Skip to content

Commit 71c2341

Browse files
Merge pull request #1730 from Infomaniak/newCI
New CI
2 parents d535d4c + e405e80 commit 71c2341

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/android.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ jobs:
1616
runs-on: [ self-hosted, Android ]
1717
strategy:
1818
matrix:
19-
api-level: [ 31 ]
19+
api-level: [ 34 ]
2020
target: [ google_apis ]
2121

2222
steps:
2323
- name: Cancel Previous Runs
24-
uses: styfle/cancel-workflow-action@0.11.0
24+
uses: styfle/cancel-workflow-action@0.12.1
2525
with:
2626
access_token: ${{ github.token }}
2727

2828
- name: Checkout the code
29-
uses: actions/checkout@v3.5.0
29+
uses: actions/checkout@v4.1.1
3030
with:
3131
token: ${{ secrets.MY_REPO_PAT }}
3232
submodules: recursive

0 commit comments

Comments
 (0)