File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v4
15- - uses : actions/setup-python@v5
15+ - uses : actions/setup-python@v6
1616 with :
1717 python-version : " 3.x"
1818 - run : pip install black
Original file line number Diff line number Diff line change 1616 runs-on : ${{ matrix.os }}
1717 steps :
1818 - uses : actions/checkout@v4
19- - uses : actions/setup-python@v5
19+ - uses : actions/setup-python@v6
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222 - name : Add requirements
Original file line number Diff line number Diff line change 3232 permissions :
3333 id-token : write
3434 steps :
35- - uses : actions/setup-python@v5
35+ - uses : actions/setup-python@v6
3636 with :
3737 python-version : " 3.x"
3838 - uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v4
15- - uses : actions/setup-python@v5
15+ - uses : actions/setup-python@v6
1616 with :
1717 python-version : " 3.x"
1818 - run : pip install .
You can’t perform that action at this time.
0 commit comments