File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 # This environment has access to the PyPI publishing key
1414 environment : pypi-publish
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : actions/setup-python@v5
1818 with :
1919 python-version : 3.13
Original file line number Diff line number Diff line change 1616 timeout-minutes : 2
1717
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - uses : actions/setup-python@v5
2121 with :
2222 python-version : 3.13
5151 - python-version : 3.x
5252
5353 steps :
54- - uses : actions/checkout@v4
54+ - uses : actions/checkout@v5
5555 - uses : actions/setup-python@v5
5656 with :
5757 python-version : " ${{ matrix.python-version }}"
6767 runs-on : ubuntu-24.04
6868
6969 steps :
70- - uses : actions/checkout@v4
70+ - uses : actions/checkout@v5
7171 - uses : actions/setup-python@v5
7272 with :
7373 python-version : 3.13
You can’t perform that action at this time.
0 commit comments