File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 uses : actions/checkout@v7.0.0
2020
2121 - name : Set up Python ${{ matrix.python-version }}
22- uses : actions/setup-python@v6.2 .0
22+ uses : actions/setup-python@v6.3 .0
2323 with :
2424 python-version : ${{ matrix.python-version }}
2525
5454 steps :
5555 - uses : actions/checkout@v7.0.0
5656 - name : Set up Python 3.13
57- uses : actions/setup-python@v6.2 .0
57+ uses : actions/setup-python@v6.3 .0
5858 with :
5959 python-version : 3.13
6060 - name : Install python dependencies
7070 steps :
7171 - uses : actions/checkout@v7.0.0
7272 - name : Set up Python 3.13
73- uses : actions/setup-python@v6.2 .0
73+ uses : actions/setup-python@v6.3 .0
7474 with :
7575 python-version : 3.13
7676 - name : Install python dependencies
Original file line number Diff line number Diff line change 2222 uses : actions/checkout@v7.0.0
2323
2424 - name : Set up Python
25- uses : actions/setup-python@v6.2 .0
25+ uses : actions/setup-python@v6.3 .0
2626 with :
2727 python-version : 3.13
2828
@@ -123,7 +123,7 @@ jobs:
123123 ref : main
124124
125125 - name : Set up Python
126- uses : actions/setup-python@v6.2 .0
126+ uses : actions/setup-python@v6.3 .0
127127 with :
128128 python-version : 3.13
129129
You can’t perform that action at this time.
0 commit comments