File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 with :
2323 java-version : ' 17'
2424 distribution : ' temurin'
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 - name : Setup environment
2727 run : |
2828 pip install .
Original file line number Diff line number Diff line change 1818 contents : read
1919 packages : write
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - uses : docker/setup-buildx-action@v3
2323
2424 # Login to DockerHub
6262 runs-on : ubuntu-24.04
6363 needs : build
6464 steps :
65- - uses : actions/checkout@v4
65+ - uses : actions/checkout@v5
6666 - uses : peter-evans/dockerhub-description@v4
6767 if : ${{ env.SHOULD_PUBLISH == 'true' }}
6868 with :
Original file line number Diff line number Diff line change 1414 uses : actions/setup-python@v5
1515 with :
1616 python-version : ' 3.x'
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - name : Setup environment
1919 run : |
2020 pip install .[ios]
Original file line number Diff line number Diff line change 55 pypi_release :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v4
8+ - uses : actions/checkout@v5
99 - name : Set up Python 3.x
1010 uses : actions/setup-python@v5
1111 with :
You can’t perform that action at this time.
0 commit comments