|
21 | 21 | steps:
|
22 | 22 | - uses: actions/checkout@v3
|
23 | 23 | - name: Set up Python ${{ matrix.python-version }}
|
24 |
| - uses: actions/setup-python@v3 |
| 24 | + uses: actions/setup-python@v5 |
25 | 25 | with:
|
26 | 26 | python-version: ${{ matrix.python-version }}
|
27 | 27 | - name: Install dependencies
|
|
57 | 57 | steps:
|
58 | 58 | - uses: actions/checkout@v3
|
59 | 59 | - name: Set up Python ${{ matrix.python-version }}
|
60 |
| - uses: actions/setup-python@v3 |
| 60 | + uses: actions/setup-python@v5 |
61 | 61 | with:
|
62 | 62 | python-version: ${{ matrix.python-version }}
|
63 | 63 | - name: Install dependencies
|
@@ -109,7 +109,7 @@ jobs:
|
109 | 109 | steps:
|
110 | 110 | - uses: actions/checkout@v3
|
111 | 111 | - name: Set up Python ${{ matrix.python-version }}
|
112 |
| - uses: actions/setup-python@v3 |
| 112 | + uses: actions/setup-python@v5 |
113 | 113 | with:
|
114 | 114 | python-version: ${{ matrix.python-version }}
|
115 | 115 | - name: Install dependencies
|
@@ -146,7 +146,7 @@ jobs:
|
146 | 146 | steps:
|
147 | 147 | - uses: actions/checkout@v3
|
148 | 148 | - name: Set up Python ${{ matrix.python-version }}
|
149 |
| - uses: actions/setup-python@v3 |
| 149 | + uses: actions/setup-python@v5 |
150 | 150 | with:
|
151 | 151 | python-version: ${{ matrix.python-version }}
|
152 | 152 | - name: Install dependencies
|
@@ -180,7 +180,7 @@ jobs:
|
180 | 180 | steps:
|
181 | 181 | - uses: actions/checkout@v3
|
182 | 182 | - name: Set up Python ${{ matrix.python-version }}
|
183 |
| - uses: actions/setup-python@v3 |
| 183 | + uses: actions/setup-python@v5 |
184 | 184 | with:
|
185 | 185 | python-version: ${{ matrix.python-version }}
|
186 | 186 | - name: Install dependencies
|
|
0 commit comments