File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - name : Checkout repo
1919 uses : actions/checkout@v5
2020 - name : Set up python-${{ env.RELEASE_PY_VER }}
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ${{ env.RELEASE_PY_VER }}
2424 - name : Build python package
Original file line number Diff line number Diff line change 1313 - name : Checkout repo
1414 uses : actions/checkout@v5
1515 - name : Set up python-${{ env.CODECHECK_PY_VER }}
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : ${{ env.CODECHECK_PY_VER }}
1919 - name : Install dependencies
3333 - name : Checkout repo
3434 uses : actions/checkout@v5
3535 - name : Set up python-${{ env.CODECHECK_PY_VER }}
36- uses : actions/setup-python@v5
36+ uses : actions/setup-python@v6
3737 with :
3838 python-version : ${{ env.CODECHECK_PY_VER }}
3939 - name : Install dependencies
Original file line number Diff line number Diff line change 1616 - name : Checkout repo
1717 uses : actions/checkout@v5
1818 - name : Set up python-${{ matrix.python-version }}
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222 - name : Run unit tests
You can’t perform that action at this time.
0 commit comments