dependabot[bot] commited on
Commit
5afff31
1 Parent(s): 732eb4e

Bump actions/setup-python from 4 to 5

Browse files

Bumps [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-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

.github/workflows/CI.yml CHANGED
@@ -51,7 +51,7 @@ jobs:
51
  cache-name: ${{ matrix.os }}-test-${{ matrix.julia-version }}-${{ matrix.python-version }}
52
  cache-packages: false
53
  - name: "Set up Python"
54
- uses: actions/setup-python@v4
55
  with:
56
  python-version: ${{ matrix.python-version }}
57
  cache: pip
@@ -170,7 +170,7 @@ jobs:
170
  steps:
171
  - uses: actions/checkout@v3
172
  - name: "Set up Python"
173
- uses: actions/setup-python@v4
174
  with:
175
  python-version: ${{ matrix.python-version }}
176
  cache: pip
 
51
  cache-name: ${{ matrix.os }}-test-${{ matrix.julia-version }}-${{ matrix.python-version }}
52
  cache-packages: false
53
  - name: "Set up Python"
54
+ uses: actions/setup-python@v5
55
  with:
56
  python-version: ${{ matrix.python-version }}
57
  cache: pip
 
170
  steps:
171
  - uses: actions/checkout@v3
172
  - name: "Set up Python"
173
+ uses: actions/setup-python@v5
174
  with:
175
  python-version: ${{ matrix.python-version }}
176
  cache: pip
.github/workflows/CI_Windows.yml CHANGED
@@ -45,7 +45,7 @@ jobs:
45
  cache-name: ${{ matrix.os }}-test-${{ matrix.julia-version }}-${{ matrix.python-version }}
46
  cache-packages: false
47
  - name: "Set up Python"
48
- uses: actions/setup-python@v4
49
  with:
50
  python-version: ${{ matrix.python-version }}
51
  cache: pip
 
45
  cache-name: ${{ matrix.os }}-test-${{ matrix.julia-version }}-${{ matrix.python-version }}
46
  cache-packages: false
47
  - name: "Set up Python"
48
+ uses: actions/setup-python@v5
49
  with:
50
  python-version: ${{ matrix.python-version }}
51
  cache: pip
.github/workflows/CI_large_nightly.yml CHANGED
@@ -34,7 +34,7 @@ jobs:
34
  with:
35
  version: ${{ matrix.julia-version }}
36
  - name: "Set up Python"
37
- uses: actions/setup-python@v4
38
  with:
39
  python-version: ${{ matrix.python-version }}
40
  - name: "Install PySR"
 
34
  with:
35
  version: ${{ matrix.julia-version }}
36
  - name: "Set up Python"
37
+ uses: actions/setup-python@v5
38
  with:
39
  python-version: ${{ matrix.python-version }}
40
  - name: "Install PySR"
.github/workflows/CI_mac.yml CHANGED
@@ -45,7 +45,7 @@ jobs:
45
  cache-name: ${{ matrix.os }}-test-${{ matrix.julia-version }}-${{ matrix.python-version }}
46
  cache-packages: false
47
  - name: "Set up Python"
48
- uses: actions/setup-python@v4
49
  with:
50
  python-version: ${{ matrix.python-version }}
51
  cache: pip
 
45
  cache-name: ${{ matrix.os }}-test-${{ matrix.julia-version }}-${{ matrix.python-version }}
46
  cache-packages: false
47
  - name: "Set up Python"
48
+ uses: actions/setup-python@v5
49
  with:
50
  python-version: ${{ matrix.python-version }}
51
  cache: pip
.github/workflows/docs.yml CHANGED
@@ -22,7 +22,7 @@ jobs:
22
  steps:
23
  - uses: actions/checkout@v3
24
  - name: "Set up Python"
25
- uses: actions/setup-python@v4
26
  with:
27
  python-version: 3.9
28
  cache: pip
 
22
  steps:
23
  - uses: actions/checkout@v3
24
  - name: "Set up Python"
25
+ uses: actions/setup-python@v5
26
  with:
27
  python-version: 3.9
28
  cache: pip
.github/workflows/pypi_deploy.yml CHANGED
@@ -17,7 +17,7 @@ jobs:
17
  - name: "Checkout"
18
  uses: actions/checkout@v3
19
  - name: "Set up Python"
20
- uses: actions/setup-python@v4
21
  with:
22
  python-version: 3.10.8
23
  - name: "Install building tools"
 
17
  - name: "Checkout"
18
  uses: actions/checkout@v3
19
  - name: "Set up Python"
20
+ uses: actions/setup-python@v5
21
  with:
22
  python-version: 3.10.8
23
  - name: "Install building tools"
.github/workflows/update_backend.yml CHANGED
@@ -8,7 +8,7 @@ jobs:
8
  runs-on: ubuntu-latest
9
  steps:
10
  - uses: actions/checkout@v3
11
- - uses: actions/setup-python@v4
12
  with:
13
  python-version: 3.9
14
  cache: pip
 
8
  runs-on: ubuntu-latest
9
  steps:
10
  - uses: actions/checkout@v3
11
+ - uses: actions/setup-python@v5
12
  with:
13
  python-version: 3.9
14
  cache: pip