File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v5
1414
15- - uses : actions/setup-python@v5
15+ - uses : actions/setup-python@v6
1616 with :
1717 python-version : ' 3.11'
1818
3838 steps :
3939 - uses : actions/checkout@v5
4040
41- - uses : actions/setup-python@v5
41+ - uses : actions/setup-python@v6
4242 with :
4343 python-version : ' 3.11'
4444
6767 - uses : actions/checkout@v5
6868
6969 - name : Set up Python ${{ matrix.python-version }}
70- uses : actions/setup-python@v5
70+ uses : actions/setup-python@v6
7171 with :
7272 python-version : ${{ matrix.python-version }}
7373
Original file line number Diff line number Diff line change 2222 uses : actions/checkout@v5
2323
2424 - name : python environment step
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : " 3.11"
2828
5959 steps :
6060 - uses : actions/checkout@v5
6161 - name : Set up Python
62- uses : actions/setup-python@v5
62+ uses : actions/setup-python@v6
6363 with :
6464 python-version : 3.9
6565 - name : Install dependencies
8888 - uses : actions/checkout@v5
8989
9090 - name : Set up Python ${{ matrix.python-version }}
91- uses : actions/setup-python@v5
91+ uses : actions/setup-python@v6
9292 with :
9393 python-version : ${{ matrix.python-version }}
9494
@@ -128,7 +128,7 @@ jobs:
128128 - uses : actions/checkout@v5
129129
130130 - name : Set up Python ${{ matrix.python-version }}
131- uses : actions/setup-python@v5
131+ uses : actions/setup-python@v6
132132 with :
133133 python-version : ${{ matrix.python-version }}
134134
You can’t perform that action at this time.
0 commit comments