File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v4
1515
16- - uses : actions/setup-python@v5
16+ - uses : actions/setup-python@v6
1717 with :
1818 python-version : ' 3.9'
1919
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v4
1616
17- - uses : actions/setup-python@v5
17+ - uses : actions/setup-python@v6
1818 with :
1919 python-version : ' 3.9'
2020
Original file line number Diff line number Diff line change 2929 with :
3030 ref : ${{ inputs.commit }}
3131
32- - uses : actions/setup-python@v5
32+ - uses : actions/setup-python@v6
3333 with :
3434 python-version : ' 3.9'
3535
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v4
17- - uses : actions/setup-python@v5
17+ - uses : actions/setup-python@v6
1818 - run : pip install pre-commit
1919 - run : pre-commit --version
2020 - run : pre-commit run --all-files
Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v4
2121 - name : Set up Python
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : ' 3.10'
2525 - name : Install pypa/build
You can’t perform that action at this time.
0 commit comments