dependabot[bot]
commited on
github-actions(deps): bump actions/setup-python from 4 to 5
Browse filesBumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
.github/workflows/backtesting.yml
CHANGED
@@ -19,7 +19,7 @@ jobs:
|
|
19 |
uses: actions/checkout@v4
|
20 |
|
21 |
- name: Set up Python
|
22 |
-
uses: actions/setup-python@
|
23 |
with:
|
24 |
python-version: '3.11'
|
25 |
|
|
|
19 |
uses: actions/checkout@v4
|
20 |
|
21 |
- name: Set up Python
|
22 |
+
uses: actions/setup-python@v5
|
23 |
with:
|
24 |
python-version: '3.11'
|
25 |
|
.github/workflows/ci-cd.yml
CHANGED
@@ -23,7 +23,7 @@ jobs:
|
|
23 |
uses: actions/checkout@v4
|
24 |
|
25 |
- name: Set up Python
|
26 |
-
uses: actions/setup-python@
|
27 |
with:
|
28 |
python-version: ${{ env.PYTHON_VERSION }}
|
29 |
|
@@ -71,7 +71,7 @@ jobs:
|
|
71 |
uses: actions/checkout@v4
|
72 |
|
73 |
- name: Set up Python ${{ matrix.python-version }}
|
74 |
-
uses: actions/setup-python@
|
75 |
with:
|
76 |
python-version: ${{ matrix.python-version }}
|
77 |
|
@@ -111,7 +111,7 @@ jobs:
|
|
111 |
uses: actions/checkout@v4
|
112 |
|
113 |
- name: Set up Python
|
114 |
-
uses: actions/setup-python@
|
115 |
with:
|
116 |
python-version: ${{ env.PYTHON_VERSION }}
|
117 |
|
@@ -228,7 +228,7 @@ jobs:
|
|
228 |
uses: actions/checkout@v4
|
229 |
|
230 |
- name: Set up Python
|
231 |
-
uses: actions/setup-python@
|
232 |
with:
|
233 |
python-version: ${{ env.PYTHON_VERSION }}
|
234 |
|
@@ -262,7 +262,7 @@ jobs:
|
|
262 |
uses: actions/checkout@v4
|
263 |
|
264 |
- name: Set up Python
|
265 |
-
uses: actions/setup-python@
|
266 |
with:
|
267 |
python-version: ${{ env.PYTHON_VERSION }}
|
268 |
|
|
|
23 |
uses: actions/checkout@v4
|
24 |
|
25 |
- name: Set up Python
|
26 |
+
uses: actions/setup-python@v5
|
27 |
with:
|
28 |
python-version: ${{ env.PYTHON_VERSION }}
|
29 |
|
|
|
71 |
uses: actions/checkout@v4
|
72 |
|
73 |
- name: Set up Python ${{ matrix.python-version }}
|
74 |
+
uses: actions/setup-python@v5
|
75 |
with:
|
76 |
python-version: ${{ matrix.python-version }}
|
77 |
|
|
|
111 |
uses: actions/checkout@v4
|
112 |
|
113 |
- name: Set up Python
|
114 |
+
uses: actions/setup-python@v5
|
115 |
with:
|
116 |
python-version: ${{ env.PYTHON_VERSION }}
|
117 |
|
|
|
228 |
uses: actions/checkout@v4
|
229 |
|
230 |
- name: Set up Python
|
231 |
+
uses: actions/setup-python@v5
|
232 |
with:
|
233 |
python-version: ${{ env.PYTHON_VERSION }}
|
234 |
|
|
|
262 |
uses: actions/checkout@v4
|
263 |
|
264 |
- name: Set up Python
|
265 |
+
uses: actions/setup-python@v5
|
266 |
with:
|
267 |
python-version: ${{ env.PYTHON_VERSION }}
|
268 |
|
.github/workflows/dependency-update.yml
CHANGED
@@ -15,7 +15,7 @@ jobs:
|
|
15 |
uses: actions/checkout@v4
|
16 |
|
17 |
- name: Set up Python
|
18 |
-
uses: actions/setup-python@
|
19 |
with:
|
20 |
python-version: '3.11'
|
21 |
|
|
|
15 |
uses: actions/checkout@v4
|
16 |
|
17 |
- name: Set up Python
|
18 |
+
uses: actions/setup-python@v5
|
19 |
with:
|
20 |
python-version: '3.11'
|
21 |
|
.github/workflows/release.yml
CHANGED
@@ -15,7 +15,7 @@ jobs:
|
|
15 |
uses: actions/checkout@v4
|
16 |
|
17 |
- name: Set up Python
|
18 |
-
uses: actions/setup-python@
|
19 |
with:
|
20 |
python-version: '3.11'
|
21 |
|
|
|
15 |
uses: actions/checkout@v4
|
16 |
|
17 |
- name: Set up Python
|
18 |
+
uses: actions/setup-python@v5
|
19 |
with:
|
20 |
python-version: '3.11'
|
21 |
|