We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae7f3ce commit 86783ccCopy full SHA for 86783cc
.github/workflows/android.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
steps:
16
- name: Setup python
17
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
18
with:
19
python-version: '3.x'
20
- name: Setup Java
.github/workflows/pypi-release.yml
@@ -7,7 +7,7 @@ jobs:
7
8
- uses: actions/checkout@v4
9
- name: Set up Python 3.x
10
11
12
python-version: 3.x
13
- name: Install build dependencies
0 commit comments