File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 steps :
3131 - uses : actions/checkout@v4
3232
33- - uses : actions/setup-python@v5
33+ - uses : actions/setup-python@v6
3434 with :
3535 python-version : " 3.12"
3636 cache : pip
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 - uses : actions/checkout@v4
127127
128128 - name : setup python
129- uses : actions/setup-python@v5
129+ uses : actions/setup-python@v6
130130 with :
131131 python-version : ${{ matrix.python }}
132132 architecture : ${{ matrix.arch || 'x64' }}
Original file line number Diff line number Diff line change 3333 - uses : actions/checkout@v4
3434
3535 - name : setup python
36- uses : actions/setup-python@v5
36+ uses : actions/setup-python@v6
3737 with :
3838 python-version : " 3.11"
3939 cache : pip
@@ -150,7 +150,7 @@ jobs:
150150 - uses : actions/checkout@v4
151151
152152 - name : setup python
153- uses : actions/setup-python@v5
153+ uses : actions/setup-python@v6
154154 with :
155155 python-version : " 3.11"
156156 architecture : ${{ matrix.architecture }}
You can’t perform that action at this time.
0 commit comments