|
20 | 20 | target: [x86_64, x86, aarch64, armv7, s390x, ppc64le] |
21 | 21 | name: Ubuntu, ${{ matrix.target }}, Python ${{ matrix.python-version }} |
22 | 22 | steps: |
23 | | - - uses: actions/checkout@v6 |
| 23 | + - uses: actions/checkout@v7 |
24 | 24 | - uses: actions/setup-python@v6 |
25 | 25 | with: |
26 | 26 | python-version: ${{ matrix.python-version }} |
|
45 | 45 | target: [x64, x86] |
46 | 46 | name: Windows, ${{ matrix.target }}, Python ${{ matrix.python-version }} |
47 | 47 | steps: |
48 | | - - uses: actions/checkout@v6 |
| 48 | + - uses: actions/checkout@v7 |
49 | 49 | - uses: actions/setup-python@v6 |
50 | 50 | with: |
51 | 51 | python-version: ${{ matrix.python-version }} |
|
70 | 70 | target: [x86_64, aarch64] |
71 | 71 | name: macOS, ${{ matrix.target }}, Python ${{ matrix.python-version }} |
72 | 72 | steps: |
73 | | - - uses: actions/checkout@v6 |
| 73 | + - uses: actions/checkout@v7 |
74 | 74 | - uses: actions/setup-python@v6 |
75 | 75 | with: |
76 | 76 | python-version: ${{ matrix.python-version }} |
|
89 | 89 | sdist: |
90 | 90 | runs-on: ubuntu-latest |
91 | 91 | steps: |
92 | | - - uses: actions/checkout@v6 |
| 92 | + - uses: actions/checkout@v7 |
93 | 93 | - name: Build sdist |
94 | 94 | uses: PyO3/maturin-action@v1 |
95 | 95 | with: |
@@ -149,7 +149,7 @@ jobs: |
149 | 149 | contents: write |
150 | 150 | steps: |
151 | 151 | - name: Checkout |
152 | | - uses: actions/checkout@v6 |
| 152 | + uses: actions/checkout@v7 |
153 | 153 | - name: Install toolchain |
154 | 154 | uses: dtolnay/rust-toolchain@stable |
155 | 155 | with: |
|
0 commit comments