update actions/checkout to v4 (#761) · actions/setup-python@b64ffca (original) (raw)

`@@ -33,7 +33,7 @@ jobs:

`

33

33

`python: 3.8.15

`

34

34

`steps:

`

35

35

` - name: Checkout

`

36

``

`-

uses: actions/checkout@v3

`

``

36

`+

uses: actions/checkout@v4

`

37

37

``

38

38

` - name: setup-python ${{ matrix.python }}

`

39

39

`id: setup-python

`

77

77

`python: 3.8.15

`

78

78

`steps:

`

79

79

` - name: Checkout

`

80

``

`-

uses: actions/checkout@v3

`

``

80

`+

uses: actions/checkout@v4

`

81

81

``

82

82

` - name: build-version-file ${{ matrix.python }}

`

83

83

`run: echo ${{ matrix.python }} > .python-version

`

`@@ -124,7 +124,7 @@ jobs:

`

124

124

`python: 3.8.15

`

125

125

`steps:

`

126

126

` - name: Checkout

`

127

``

`-

uses: actions/checkout@v3

`

``

127

`+

uses: actions/checkout@v4

`

128

128

``

129

129

` - name: build-version-file ${{ matrix.python }}

`

130

130

`run: echo ${{ matrix.python }} > .python-version

`

`@@ -169,7 +169,7 @@ jobs:

`

169

169

`python: 3.8.15

`

170

170

`steps:

`

171

171

` - name: Checkout

`

172

``

`-

uses: actions/checkout@v3

`

``

172

`+

uses: actions/checkout@v4

`

173

173

``

174

174

` - name: build-version-file ${{ matrix.python }}

`

175

175

`run: |

`

`@@ -219,7 +219,7 @@ jobs:

`

219

219

`python: 3.8.15

`

220

220

`steps:

`

221

221

` - name: Checkout

`

222

``

`-

uses: actions/checkout@v3

`

``

222

`+

uses: actions/checkout@v4

`

223

223

``

224

224

` - name: build-version-file ${{ matrix.python }}

`

225

225

`run: |

`

`@@ -259,7 +259,7 @@ jobs:

`

259

259

`os: [macos-latest, windows-latest, ubuntu-20.04]

`

260

260

`steps:

`

261

261

` - name: Checkout

`

262

``

`-

uses: actions/checkout@v3

`

``

262

`+

uses: actions/checkout@v4

`

263

263

``

264

264

` - name: setup-python 3.9.0-beta.4

`

265

265

`id: setup-python

`

`@@ -293,7 +293,7 @@ jobs:

`

293

293

`os: [macos-latest, windows-latest, ubuntu-latest]

`

294

294

`steps:

`

295

295

` - name: Checkout

`

296

``

`-

uses: actions/checkout@v3

`

``

296

`+

uses: actions/checkout@v4

`

297

297

``

298

298

` - name: setup-python 3.9-dev

`

299

299

`id: setup-python

`

`@@ -321,7 +321,7 @@ jobs:

`

321

321

`os: [macos-latest, windows-latest, ubuntu-latest]

`

322

322

`steps:

`

323

323

` - name: Checkout

`

324

``

`-

uses: actions/checkout@v3

`

``

324

`+

uses: actions/checkout@v4

`

325

325

``

326

326

` - name: setup-python 3.12

`

327

327

`id: setup-python

`

`@@ -351,7 +351,7 @@ jobs:

`

351

351

`python: ['3.7', '3.8', '3.9', '3.10']

`

352

352

`steps:

`

353

353

` - name: Checkout

`

354

``

`-

uses: actions/checkout@v3

`

``

354

`+

uses: actions/checkout@v4

`

355

355

``

356

356

` - name: setup-python ${{ matrix.python }}

`

357

357

`id: setup-python

`

`@@ -374,7 +374,7 @@ jobs:

`

374

374

`os: [ubuntu-latest, windows-latest, macos-latest]

`

375

375

`python-version: ['3.8', '3.9', '3.10']

`

376

376

`steps:

`

377

``

`-

`

``

377

`+

`

378

378

` - name: Setup Python and check latest

`

379

379

`uses: ./

`

380

380

`with:

`

`@@ -397,7 +397,7 @@ jobs:

`

397

397

`matrix:

`

398

398

`os: [ubuntu-latest, windows-latest, macos-latest]

`

399

399

`steps:

`

400

``

`-

`

``

400

`+

`

401

401

` - name: Setup Python and check latest

`

402

402

`uses: ./

`

403

403

`with:

`