ci : update checkout, setup-python and upload-artifact to latest (#6456)

* CI: Update actions/checkout to v4

* CI: Update actions/setup-python to v5

* CI: Update actions/upload-artifact to v4
This commit is contained in:
Ewout ter Hoeven
2024-04-03 20:01:13 +02:00
committed by GitHub
parent 5d4f12e462
commit 9f62c0173d
10 changed files with 48 additions and 48 deletions

View File

@@ -18,7 +18,7 @@ jobs:
runs-on: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0