|
14 | 14 | matrix: |
15 | 15 | python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] |
16 | 16 | steps: |
17 | | - - uses: actions/checkout@v4 |
| 17 | + - uses: actions/checkout@v6 |
18 | 18 | - name: Set up Python |
19 | | - uses: actions/setup-python@v5 |
| 19 | + uses: actions/setup-python@v6 |
20 | 20 | with: |
21 | 21 | python-version: ${{ matrix.python-version }} |
22 | 22 | - name: Install dependencies |
|
44 | 44 | matrix: |
45 | 45 | python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] |
46 | 46 | steps: |
47 | | - - uses: actions/checkout@v4 |
| 47 | + - uses: actions/checkout@v6 |
48 | 48 | - name: Set up Python |
49 | | - uses: actions/setup-python@v5 |
| 49 | + uses: actions/setup-python@v6 |
50 | 50 | with: |
51 | 51 | python-version: ${{ matrix.python-version }} |
52 | 52 | - name: Set up Chrome |
@@ -112,9 +112,9 @@ jobs: |
112 | 112 | name: test_optional_py-3.9_pandas-1.2.4 |
113 | 113 | runs-on: ubuntu-latest |
114 | 114 | steps: |
115 | | - - uses: actions/checkout@v4 |
| 115 | + - uses: actions/checkout@v6 |
116 | 116 | - name: Set up Python |
117 | | - uses: actions/setup-python@v5 |
| 117 | + uses: actions/setup-python@v6 |
118 | 118 | with: |
119 | 119 | python-version: "3.9" |
120 | 120 | - name: Set up Chrome |
@@ -181,9 +181,9 @@ jobs: |
181 | 181 | name: test_kaleido_v0 (3.12) |
182 | 182 | runs-on: ubuntu-latest |
183 | 183 | steps: |
184 | | - - uses: actions/checkout@v4 |
| 184 | + - uses: actions/checkout@v6 |
185 | 185 | - name: Set up Python |
186 | | - uses: actions/setup-python@v5 |
| 186 | + uses: actions/setup-python@v6 |
187 | 187 | with: |
188 | 188 | python-version: "3.12" |
189 | 189 | - name: Set up Chrome |
|
0 commit comments