File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
15
15
name : docs.plone.org
16
16
url : https://docs.plone.org
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
- name : Setup Graphviz
20
- uses : ts-graphviz/setup-graphviz@v1
21
- - name : Set up Python 3.10
22
- uses : actions/setup-python@v4
20
+ uses : ts-graphviz/setup-graphviz@v2
21
+ - name : Set up Python 3.12
22
+ uses : actions/setup-python@v5
23
23
with :
24
- python-version : ' 3.10 '
24
+ python-version : ' 3.12 '
25
25
cache : ' pip'
26
26
- name : Install dependencies
27
27
run : |
@@ -39,11 +39,11 @@ jobs:
39
39
run : make deploy
40
40
41
41
- name : Use Node.js ${{ env.node-version }}
42
- uses : actions/setup-node@v3
42
+ uses : actions/setup-node@v4
43
43
with :
44
44
node-version : ${{ env.node-version }}
45
45
46
- - uses : pnpm/action-setup@v2
46
+ - uses : pnpm/action-setup@v3
47
47
name : Install pnpm
48
48
with :
49
49
version : 8
Original file line number Diff line number Diff line change 6
6
if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v1
9
+ - uses : actions/checkout@v4
10
10
11
11
- name : Set up Python ${{ matrix.python-version }}
12
- uses : actions/setup-python@v4
12
+ uses : actions/setup-python@v5
13
13
with :
14
- python-version : " 3.10 "
14
+ python-version : " 3.12 "
15
15
16
16
- name : Install dependencies
17
17
run : |
Original file line number Diff line number Diff line change
1
+ # See https://github.com/plone/documentation/issues/1214 for current status
1
2
name : Get latest version of submodules and push back to 6.0 branch
2
3
3
4
on :
You can’t perform that action at this time.
0 commit comments