gha: Bump to actions/checkout@v4

`Node.js 19` is deprecated. Bump to a new version based on `Node.js 20`.

Fixes #9245

Signed-off-by: Greg Kurz <groug@kaod.org>
This commit is contained in:
Greg Kurz 2024-04-03 19:18:13 +02:00
parent 0a43d26c94
commit 7f2ce914a1

View File

@ -98,7 +98,7 @@ jobs:
- name: Take a pre-action for self-hosted runner
run: ${HOME}/script/pre_action.sh ubuntu-2204
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: get-artifacts
uses: actions/download-artifact@v3