File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8282 steps :
8383 - uses : actions/checkout@v6
8484 - name : Setup python
85- uses : actions/setup-python@v5
85+ uses : actions/setup-python@v6
8686 with :
8787 python-version : ${{ matrix.py }}
8888 architecture : ${{ matrix.architecture }}
@@ -102,7 +102,7 @@ jobs:
102102 steps :
103103 - uses : actions/checkout@v6
104104 - name : Setup python
105- uses : actions/setup-python@v5
105+ uses : actions/setup-python@v6
106106 with :
107107 python-version : " 3.13"
108108 architecture : x64
@@ -115,7 +115,7 @@ jobs:
115115 steps :
116116 - uses : actions/checkout@v6
117117 - name : Setup python
118- uses : actions/setup-python@v5
118+ uses : actions/setup-python@v6
119119 with :
120120 python-version : " 3.13"
121121 architecture : x64
@@ -128,7 +128,7 @@ jobs:
128128 steps :
129129 - uses : actions/checkout@v6
130130 - name : Setup python
131- uses : actions/setup-python@v5
131+ uses : actions/setup-python@v6
132132 with :
133133 python-version : " 3.13"
134134 architecture : x64
You can’t perform that action at this time.
0 commit comments