File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v5
12- - uses : actions/setup-node@v4
12+ - uses : actions/setup-node@v5
1313 with :
1414 node-version : 16
1515 registry-url : https://registry.npmjs.org/
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : 3.9
2020 - name : Cache pip
Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 steps :
2727 - uses : actions/checkout@v5
28- - uses : actions/setup-python@v5
28+ - uses : actions/setup-python@v6
2929 - run : pip install setuptools
3030 - uses : pre-commit/action@v3.0.1
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v5
1919 - name : Set up Python
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : 3.9
2323 - name : Install dependencies
Original file line number Diff line number Diff line change 3232 if : ${{ needs.pre_job.outputs.should_skip != 'true' }}
3333 - name : Set up Python ${{ matrix.python-version }}
3434 if : ${{ needs.pre_job.outputs.should_skip != 'true' }}
35- uses : actions/setup-python@v5
35+ uses : actions/setup-python@v6
3636 with :
3737 python-version : ${{ matrix.python-version }}
3838 - name : Cache pip
You can’t perform that action at this time.
0 commit comments