This repository was archived by the owner on Dec 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - name : checkout commit
2323 uses : actions/checkout@v4
2424 - name : set up python
25- uses : actions/setup-python@v4
25+ uses : actions/setup-python@v5
2626 with :
2727 python-version : " 3.10"
2828 check-latest : true
Original file line number Diff line number Diff line change 1212 - name : checkout commit
1313 uses : actions/checkout@v4
1414 - name : set up python
15- uses : actions/setup-python@v4
15+ uses : actions/setup-python@v5
1616 with :
1717 python-version : " 3.10"
1818 check-latest : true
Original file line number Diff line number Diff line change 1212 - name : checkout commit
1313 uses : actions/checkout@v4
1414 - name : set up python
15- uses : actions/setup-python@v4
15+ uses : actions/setup-python@v5
1616 with :
1717 python-version : " 3.10"
1818 check-latest : true
Original file line number Diff line number Diff line change 1919 - name : checkout commit
2020 uses : actions/checkout@v4
2121 - name : set up python ${{ matrix.python-version }}
22- uses : actions/setup-python@v4
22+ uses : actions/setup-python@v5
2323 with :
2424 python-version : ${{ matrix.python-version }}
2525 check-latest : true
Original file line number Diff line number Diff line change 1212 - name : checkout commit
1313 uses : actions/checkout@v4
1414 - name : set up python
15- uses : actions/setup-python@v4
15+ uses : actions/setup-python@v5
1616 with :
1717 python-version : " 3.10"
1818 check-latest : true
Original file line number Diff line number Diff line change 2626 - name : checkout commit
2727 uses : actions/checkout@v4
2828 - name : set up python ${{ matrix.python-version }}
29- uses : actions/setup-python@v4
29+ uses : actions/setup-python@v5
3030 with :
3131 python-version : |
3232 ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments