.github: Switch to v4 of actions/checkout

GitHub is emitting a warning that v3 is deprecated due to using
Node.js 16.
This commit is contained in:
John Baldwin 2024-03-04 21:52:09 -08:00
parent 47ad4f2d45
commit e6dccf0050

View File

@ -38,7 +38,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: |