Bump-up to actions/checkout@v4

This commit is contained in:
Emmanuel Engelhart 2024-12-20 08:27:43 +01:00
parent 297627fbc7
commit 8fdaa5f4db
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3

View File

@ -33,7 +33,7 @@ jobs:
HOME: /Users/runner
steps:
- name: Retrieve source code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install packages
run: |
@ -155,7 +155,7 @@ jobs:
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:38"
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install dependencies
uses: kiwix/kiwix-build/actions/dl_deps_archive@main
with: