File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4646 - uses : actions/setup-go@v5
4747 with :
4848 go-version-file : go.mod
49- - uses : actions/setup-python@v5
49+ - uses : actions/setup-python@v6
5050 with :
5151 python-version : 3.12
5252 - uses : hynek/setup-cached-uv@v2
@@ -116,7 +116,7 @@ jobs:
116116 run : echo COG_WHEEL=$(ls dist/*.whl) >>"$GITHUB_ENV"
117117 - name : Extract source distribution
118118 run : tar xf dist/*.tar.gz --strip-components=1
119- - uses : actions/setup-python@v5
119+ - uses : actions/setup-python@v6
120120 with :
121121 python-version : ${{ matrix.python-version }}
122122 - uses : hynek/setup-cached-uv@v2
@@ -170,7 +170,7 @@ jobs:
170170 - uses : actions/setup-go@v5
171171 with :
172172 go-version-file : go.mod
173- - uses : actions/setup-python@v5
173+ - uses : actions/setup-python@v6
174174 with :
175175 python-version : 3.12
176176 - uses : hynek/setup-cached-uv@v2
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v4
13- - uses : actions/setup-python@v5
13+ - uses : actions/setup-python@v6
1414 with :
1515 python-version : ' 3.13'
1616
You can’t perform that action at this time.
0 commit comments