File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
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@v3
36+ - uses : actions/setup-python@v4
3737 with :
3838 python-version : " 3.9"
3939
Original file line number Diff line number Diff line change 3939 with :
4040 # chartpress requires the full history
4141 fetch-depth : 0
42- - uses : actions/setup-python@v3
42+ - uses : actions/setup-python@v4
4343 with :
4444 python-version : " 3.9"
4545
@@ -107,7 +107,7 @@ jobs:
107107 with :
108108 # Versioneer requires past tags
109109 fetch-depth : 0
110- - uses : actions/setup-python@v3
110+ - uses : actions/setup-python@v4
111111 with :
112112 python-version : " 3.9"
113113 - 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@v3
39+ - uses : actions/setup-python@v4
4040 with :
4141 python-version : " 3.9"
4242
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 npm install
109109 npm run webpack
110110
111- - uses : actions/setup-python@v3
111+ - uses : actions/setup-python@v4
112112 id : setup-python
113113 with :
114114 python-version : " 3.9"
@@ -301,7 +301,7 @@ jobs:
301301 path : ~/.npm
302302 key : node-${{ steps.setup-node.outputs.node-version }}-${{ hashFiles('**/package.json') }}-${{ github.job }}
303303
304- - uses : actions/setup-python@v3
304+ - uses : actions/setup-python@v4
305305 id : setup-python
306306 with :
307307 python-version : " 3.10"
You can’t perform that action at this time.
0 commit comments