|
12 | 12 | os: [macos-latest, windows-latest, ubuntu-latest]
|
13 | 13 | steps:
|
14 | 14 | - name: Checkout
|
15 |
| - uses: actions/checkout@v4.2.2 |
| 15 | + uses: actions/checkout@v5.0.0 |
16 | 16 | with:
|
17 | 17 | submodules: "true"
|
18 | 18 | - name: Install dependencies
|
|
54 | 54 | runs-on: macos-latest-xlarge
|
55 | 55 | steps:
|
56 | 56 | - name: Checkout
|
57 |
| - uses: actions/checkout@v4.2.2 |
| 57 | + uses: actions/checkout@v5.0.0 |
58 | 58 | with:
|
59 | 59 | submodules: "true"
|
60 | 60 | - name: Install dependencies
|
@@ -103,7 +103,7 @@ jobs:
|
103 | 103 | container: python:latest
|
104 | 104 | steps:
|
105 | 105 | - name: Checkout
|
106 |
| - uses: actions/checkout@v4.2.2 |
| 106 | + uses: actions/checkout@v5.0.0 |
107 | 107 | with:
|
108 | 108 | submodules: "true"
|
109 | 109 | - name: Install deps
|
@@ -144,7 +144,7 @@ jobs:
|
144 | 144 | run: |
|
145 | 145 | apk add git
|
146 | 146 | - name: Checkout
|
147 |
| - uses: actions/checkout@v4.2.2 |
| 147 | + uses: actions/checkout@v5.0.0 |
148 | 148 | with:
|
149 | 149 | submodules: "true"
|
150 | 150 | - name: Upload coverage to Codecov (should fail due to missing dependencies)
|
@@ -175,7 +175,7 @@ jobs:
|
175 | 175 | run: |
|
176 | 176 | apk add git curl gnupg bash
|
177 | 177 | - name: Checkout
|
178 |
| - uses: actions/checkout@v4.2.2 |
| 178 | + uses: actions/checkout@v5.0.0 |
179 | 179 | with:
|
180 | 180 | submodules: "true"
|
181 | 181 | - name: Upload coverage to Codecov (should succeed)
|
@@ -212,7 +212,7 @@ jobs:
|
212 | 212 | run: |
|
213 | 213 | apk add git curl
|
214 | 214 | - name: Checkout
|
215 |
| - uses: actions/checkout@v4.2.2 |
| 215 | + uses: actions/checkout@v5.0.0 |
216 | 216 | with:
|
217 | 217 | submodules: "true"
|
218 | 218 | - name: Upload coverage to Codecov (should fail due to missing gpg and bash)
|
|
0 commit comments