File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222 - name : Set up Python
23- uses : actions/setup-python@v3
23+ uses : actions/setup-python@v5
2424 with :
2525 python-version : " 3.10"
2626 - name : Install dependencies
5454 python_version : ["3.10", "3.11", "3.12", "3.13"]
5555
5656 steps :
57- - uses : actions/checkout@v3
57+ - uses : actions/checkout@v4
5858 - name : Set up Python
59- uses : actions/setup-python@v3
59+ uses : actions/setup-python@v5
6060 with :
6161 python-version : ${{ matrix.python_version }}
6262 - name : Remove source code
8383 steps :
8484 - run : echo ${{ github.event_name }} ${{ github.event.action }} ${{ github.event.release.tag_name }}
8585 - name : Set up Python
86- uses : actions/setup-python@v3
86+ uses : actions/setup-python@v5
8787 with :
8888 python-version : ${{ matrix.python_version }}
8989 - name : Download wheel
You can’t perform that action at this time.
0 commit comments