1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

.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 e6dccf0050)
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: |