File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 - uses : actions/checkout@v6
3636
3737 - name : Set up Python
38- uses : actions/setup-python@v5
38+ uses : actions/setup-python@v6
3939 with :
4040 python-version : ' 3.11'
4141
Original file line number Diff line number Diff line change 7070 - uses : actions/checkout@v6
7171
7272 - name : Set up Python
73- uses : actions/setup-python@v5
73+ uses : actions/setup-python@v6
7474 with :
7575 python-version : ${{ matrix.python-version }}
7676
@@ -100,7 +100,7 @@ jobs:
100100 - uses : actions/checkout@v6
101101
102102 - name : Set up Python
103- uses : actions/setup-python@v5
103+ uses : actions/setup-python@v6
104104 with :
105105 python-version : ${{ matrix.python-version }}
106106
@@ -127,7 +127,7 @@ jobs:
127127 - uses : actions/checkout@v6
128128
129129 - name : Set up Python
130- uses : actions/setup-python@v5
130+ uses : actions/setup-python@v6
131131 with :
132132 python-version : ' 3.11'
133133
Original file line number Diff line number Diff line change 7979 - uses : actions/checkout@v6
8080
8181 - name : Set up Python
82- uses : actions/setup-python@v5
82+ uses : actions/setup-python@v6
8383 with :
8484 python-version : ${{ matrix.python-version }}
8585
@@ -176,7 +176,7 @@ jobs:
176176 - uses : actions/checkout@v6
177177
178178 - name : Set up Python
179- uses : actions/setup-python@v5
179+ uses : actions/setup-python@v6
180180 with :
181181 python-version : ' 3.14'
182182
You can’t perform that action at this time.
0 commit comments