File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 version : ${{ steps.version.outputs.value }}
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 with :
2525 token : ${{ secrets.ACCESS_TOKEN }}
2626
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
3232 runs-on : ubuntu-22.04
3333
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636
3737 - name : Setup Python 3.10
3838 uses : actions/setup-python@v5
3939 with :
40- python-version : ' 3.13 '
40+ python-version : ' 3.10 '
4141
4242 - name : Install dependencies
4343 run : |
Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ jobs:
3838 ROOT_DIR : src/${{ matrix.package }}
3939
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v5
4242
4343 - name : Setup Python
4444 uses : actions/setup-python@v5
4545 with :
46- python-version : ' 3.13 '
46+ python-version : ' 3.10 '
4747
4848 - name : Install build dependencies
4949 run : python -m pip install --upgrade pip wheel
You can’t perform that action at this time.
0 commit comments