.github: Switch to v4 of actions/checkout

GitHub is emitting a warning that v3 is deprecated due to using
Node.js 16.

(cherry picked from commit e6dccf00500d7e9e2311b372e28897df7c0421dd)
This commit is contained in:
John Baldwin 2024-03-04 21:52:09 -08:00
parent 05a831511b
commit 85cdbae749

View file

@ -37,7 +37,7 @@ jobs:
- target_arch: aarch64
target: arm64
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install packages (Ubuntu)
if: runner.os == 'Linux'
run: |