##// END OF EJS Templates
CI: update actions version (#14522)...
M Bussonnier -
r28859:68a3854c merge
parent child Browse files
Show More
@@ -10,9 +10,9 b' jobs:'
10 10 runs-on: ubuntu-latest
11 11
12 12 steps:
13 - uses: actions/checkout@v3
13 - uses: actions/checkout@v4
14 14 - name: Set up Python
15 uses: actions/setup-python@v4
15 uses: actions/setup-python@v5
16 16 with:
17 17 python-version: 3.x
18 18 - name: Install Graphviz
@@ -34,6 +34,6 b' jobs:'
34 34 run: |
35 35 coverage combine `find . -name .coverage\*` && coverage xml
36 36 - name: Upload coverage to Codecov
37 uses: codecov/codecov-action@v2
37 uses: codecov/codecov-action@v4
38 38 with:
39 39 name: Docs
@@ -25,9 +25,9 b' jobs:'
25 25 python-version: "3.10"
26 26
27 27 steps:
28 - uses: actions/checkout@v3
28 - uses: actions/checkout@v4
29 29 - name: Set up Python ${{ matrix.python-version }}
30 uses: actions/setup-python@v4
30 uses: actions/setup-python@v5
31 31 with:
32 32 python-version: ${{ matrix.python-version }}
33 33 - name: Update Python installer
@@ -18,9 +18,9 b' jobs:'
18 18 python-version: ["3.x"]
19 19
20 20 steps:
21 - uses: actions/checkout@v3
21 - uses: actions/checkout@v4
22 22 - name: Set up Python ${{ matrix.python-version }}
23 uses: actions/setup-python@v4
23 uses: actions/setup-python@v5
24 24 with:
25 25 python-version: ${{ matrix.python-version }}
26 26 - name: Install dependencies
@@ -13,9 +13,9 b' jobs:'
13 13 if: github.event_name != 'pull_request' && (github.event_name != 'schedule' || github.repository_owner == 'ipython')
14 14
15 15 steps:
16 - uses: actions/checkout@v3
16 - uses: actions/checkout@v4
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.10"
21 21 cache: pip
@@ -18,11 +18,11 b' jobs:'
18 18 runs-on: ubuntu-latest
19 19 timeout-minutes: 5
20 20 steps:
21 - uses: actions/checkout@v3
21 - uses: actions/checkout@v4
22 22 with:
23 23 fetch-depth: 0
24 24 - name: Set up Python
25 uses: actions/setup-python@v4
25 uses: actions/setup-python@v5
26 26 with:
27 27 python-version: 3.x
28 28 - name: Install dependencies
@@ -56,9 +56,9 b' jobs:'
56 56 want-latest-entry-point-code: true
57 57
58 58 steps:
59 - uses: actions/checkout@v3
59 - uses: actions/checkout@v4
60 60 - name: Set up Python ${{ matrix.python-version }}
61 uses: actions/setup-python@v4
61 uses: actions/setup-python@v5
62 62 with:
63 63 python-version: ${{ matrix.python-version }}
64 64 cache: pip
@@ -109,7 +109,7 b' jobs:'
109 109 ./report-*.json
110 110
111 111 - name: Upload coverage to Codecov
112 uses: codecov/codecov-action@v3
112 uses: codecov/codecov-action@v4
113 113 with:
114 114 name: Test
115 115 files: /home/runner/work/ipython/ipython/coverage.xml
General Comments 0
You need to be logged in to leave comments. Login now