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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 48 additions and 48 deletions

View file

@ -65,7 +65,7 @@ jobs:
- name: Clone
id: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.inputs.sha || github.event.pull_request.head.sha || github.sha || github.head_ref || github.ref_name }}
@ -126,7 +126,7 @@ jobs:
steps:
- name: Clone
id: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0