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 51
51
git branch --all --list --format "%(refname:lstrip=-1)" --contains "${{ github.ref_name }}" | grep -E "${{ vars.BRANCH_REGEX_FOR_DEPLOYMENT }}"
52
52
53
53
- name : Set up Python
54
- uses : actions/setup-python@v4
54
+ uses : actions/setup-python@v5
55
55
with :
56
56
python-version : " 3.x"
57
57
Original file line number Diff line number Diff line change 76
76
ref : ${{ inputs.ref }}
77
77
78
78
- name : Setup Python
79
- uses : actions/setup-python@v4
79
+ uses : actions/setup-python@v5
80
80
with :
81
81
python-version : ${{ inputs.python_version }}
82
82
@@ -185,7 +185,7 @@ jobs:
185
185
with : ${{ fromJSON(needs.setup.outputs.inputs) }}
186
186
187
187
- name : Setup Python
188
- uses : actions/setup-python@v4
188
+ uses : actions/setup-python@v5
189
189
with :
190
190
python-version : ${{ inputs.python_version }}
191
191
@@ -229,7 +229,7 @@ jobs:
229
229
ref : ${{ inputs.ref }}
230
230
231
231
- name : Setup Python
232
- uses : actions/setup-python@v4
232
+ uses : actions/setup-python@v5
233
233
with :
234
234
python-version : ${{ inputs.python_version }}
235
235
Original file line number Diff line number Diff line change 59
59
sudo apt-get -q -y install ${{ inputs.system_dependencies }}
60
60
61
61
- name : Setup Python
62
- uses : actions/setup-python@v4
62
+ uses : actions/setup-python@v5
63
63
with :
64
64
python-version : ${{ inputs.python_version }}
65
65
Original file line number Diff line number Diff line change 24
24
- name : Checkout Repository
25
25
uses : actions/checkout@v4
26
26
- name : Setup Python
27
- uses : actions/setup-python@v4
27
+ uses : actions/setup-python@v5
28
28
with :
29
29
python-version : ${{ inputs.python-version }}
30
30
- name : Run pre-commit hooks
You can’t perform that action at this time.
0 commit comments