File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3333 traefik-enabled : false
3434 docker-enabled : true
3535
36- - uses : actions/setup-python@v5
36+ - uses : actions/setup-python@v6
3737 with :
3838 python-version : " 3.12"
3939
Original file line number Diff line number Diff line change 6161 npm install
6262 npm run webpack
6363
64- - uses : actions/setup-python@v5
64+ - uses : actions/setup-python@v6
6565 id : setup-python
6666 with :
6767 python-version : " 3.12"
Original file line number Diff line number Diff line change 4040 # chartpress requires the full history
4141 fetch-depth : 0
4242
43- - uses : actions/setup-python@v5
43+ - uses : actions/setup-python@v6
4444 with :
4545 python-version : " 3.12"
4646
@@ -117,7 +117,7 @@ jobs:
117117 with :
118118 # Versioneer requires past tags
119119 fetch-depth : 0
120- - uses : actions/setup-python@v5
120+ - uses : actions/setup-python@v6
121121 with :
122122 python-version : " 3.12"
123123 - name : Install pypa/build
Original file line number Diff line number Diff line change 3636 # correctly
3737 fetch-depth : 0
3838
39- - uses : actions/setup-python@v5
39+ - uses : actions/setup-python@v6
4040 with :
4141 python-version : " 3.12"
4242
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152 npm install
153153 npm run webpack
154154
155- - uses : actions/setup-python@v5
155+ - uses : actions/setup-python@v6
156156 id : setup-python
157157 with :
158158 python-version : " 3.12"
@@ -408,7 +408,7 @@ jobs:
408408 path : ~/.npm
409409 key : node-${{ steps.setup-node.outputs.node-version }}-${{ hashFiles('**/package.json') }}-${{ github.job }}
410410
411- - uses : actions/setup-python@v5
411+ - uses : actions/setup-python@v6
412412 id : setup-python
413413 with :
414414 # Set this to the oldest Python version supported by BinderHub
You can’t perform that action at this time.
0 commit comments