File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v3
19- - uses : actions/setup-python@v4
18+ - uses : actions/checkout@v4
19+ - uses : actions/setup-python@v5
2020 with :
2121 python-version : " 3.x"
2222
3636 python-version : " 3.7" # Not available on latest MacOS images
3737
3838 steps :
39- - uses : actions/checkout@v3
40- - uses : actions/setup-python@v4
39+ - uses : actions/checkout@v4
40+ - uses : actions/setup-python@v5
4141 with :
4242 python-version : ${{ matrix.python-version }}-dev
4343 cache : pip
5656 if : ${{ startsWith(github.ref, 'refs/tags/') }}
5757
5858 steps :
59- - uses : actions/checkout@v3
60- - uses : actions/setup-python@v4
59+ - uses : actions/checkout@v4
60+ - uses : actions/setup-python@v5
6161 with :
6262 python-version : " 3.12"
6363
You can’t perform that action at this time.
0 commit comments