File tree Expand file tree Collapse file tree 12 files changed +18
-18
lines changed Expand file tree Collapse file tree 12 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
tar --strip-components=1 -xzf - -C $PYAPP_REPO
109
109
110
110
- name : Set up Python ${{ env.PYTHON_VERSION }}
111
- uses : actions/setup-python@v4
111
+ uses : actions/setup-python@v5
112
112
with :
113
113
python-version : ${{ env.PYTHON_VERSION }}
114
114
@@ -265,7 +265,7 @@ jobs:
265
265
uses : actions/checkout@v4
266
266
267
267
- name : Set up Python ${{ env.PYTHON_VERSION }}
268
- uses : actions/setup-python@v4
268
+ uses : actions/setup-python@v5
269
269
with :
270
270
python-version : ${{ env.PYTHON_VERSION }}
271
271
@@ -368,7 +368,7 @@ jobs:
368
368
uses : actions/checkout@v4
369
369
370
370
- name : Set up Python ${{ env.PYTHON_VERSION }}
371
- uses : actions/setup-python@v4
371
+ uses : actions/setup-python@v5
372
372
with :
373
373
python-version : ${{ env.PYTHON_VERSION }}
374
374
Original file line number Diff line number Diff line change 22
22
- uses : actions/checkout@v4
23
23
24
24
- name : Set up Python ${{ env.PYTHON_VERSION }}
25
- uses : actions/setup-python@v4
25
+ uses : actions/setup-python@v5
26
26
id : python
27
27
with :
28
28
python-version : " ${{ env.PYTHON_VERSION }}"
Original file line number Diff line number Diff line change 31
31
ref : " ${{ github.event.pull_request.head.sha }}"
32
32
33
33
- name : Set up Python ${{ env.PYTHON_VERSION }}
34
- uses : actions/setup-python@v4
34
+ uses : actions/setup-python@v5
35
35
with :
36
36
python-version : " ${{ env.PYTHON_VERSION }}"
37
37
Original file line number Diff line number Diff line change 30
30
fetch-depth : 0
31
31
32
32
- name : Set up Python
33
- uses : actions/setup-python@v2
33
+ uses : actions/setup-python@v5
34
34
with :
35
35
python-version : ' 3.11'
36
36
cache : ' pip'
Original file line number Diff line number Diff line change 28
28
# ref: "${{ github.event.pull_request.head.sha }}"
29
29
30
30
- name : Set up Python ${{ env.PYTHON_VERSION }}
31
- uses : actions/setup-python@v4
31
+ uses : actions/setup-python@v5
32
32
with :
33
33
python-version : " ${{ env.PYTHON_VERSION }}"
34
34
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v4
14
14
15
15
- name : Set up Python
16
- uses : actions/setup-python@v2
16
+ uses : actions/setup-python@v5
17
17
with :
18
18
python-version : ' 3.11'
19
19
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v4
14
14
15
15
- name : Set up Python
16
- uses : actions/setup-python@v2
16
+ uses : actions/setup-python@v5
17
17
with :
18
18
python-version : ' 3.11'
19
19
Original file line number Diff line number Diff line change 17
17
fetch-depth : 0
18
18
19
19
- name : Set up Python
20
- uses : actions/setup-python@v2
20
+ uses : actions/setup-python@v5
21
21
with :
22
22
python-version : ' 3.11'
23
23
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122
122
fetch-depth : " 0"
123
123
124
124
- name : Set up Python ${{ env.PYTHON_VERSION }}
125
- uses : actions/setup-python@v4
125
+ uses : actions/setup-python@v5
126
126
with :
127
127
python-version : " ${{ env.PYTHON_VERSION }}"
128
128
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131
131
shell : bash
132
132
133
133
- name : Set up Python ${{ env.PYTHON_VERSION }}
134
- uses : actions/setup-python@v4
134
+ uses : actions/setup-python@v5
135
135
with :
136
136
python-version : " ${{ env.PYTHON_VERSION }}"
137
137
Original file line number Diff line number Diff line change 16
16
ref : master
17
17
fetch-depth : 0
18
18
- name : Set up Python
19
- uses : actions/setup-python@v4
19
+ uses : actions/setup-python@v5
20
20
with :
21
21
python-version : " 3.11"
22
22
- name : Install ddev from local folder
@@ -54,12 +54,12 @@ jobs:
54
54
Finalize Agent release ${{ env.AGENT_VERSION }} updating the changelog files.
55
55
56
56
### Motivation
57
-
57
+
58
58
Agent ${{ env.AGENT_VERSION }} has been released.
59
59
60
60
### Additional Notes
61
61
<!-- Anything else we should know when reviewing? -->
62
-
62
+
63
63
This PR was automatically generated.
64
64
title : Finalize Agent release ${{ env.AGENT_VERSION }}
65
65
branch : bot/update-agent-changelog-${{ env.AGENT_VERSION }}
Original file line number Diff line number Diff line change 15
15
with :
16
16
fetch-depth : 0
17
17
- name : Set up Python
18
- uses : actions/setup-python@v4
18
+ uses : actions/setup-python@v5
19
19
with :
20
20
python-version : " 3.11"
21
21
- name : Install ddev from local folder
@@ -53,12 +53,12 @@ jobs:
53
53
Update the dependencies
54
54
55
55
### Motivation
56
-
56
+
57
57
Some of the dependencies are outdated
58
58
59
59
### Additional Notes
60
60
<!-- Anything else we should know when reviewing? -->
61
-
61
+
62
62
This PR was automatically generated.
63
63
64
64
### Review checklist (to be filled by reviewers)
You can’t perform that action at this time.
0 commit comments