.github: Switch to v3 of actions/checkout.

GitHub is emitting a warning that v2 is deprecated due to using
Node.js 12.

Reported by:	GitHub
Reviewed by:	arichardson, emaste
Differential Revision:	https://reviews.freebsd.org/D37769
This commit is contained in:
John Baldwin 2022-12-20 16:27:17 -08:00
parent 5674838159
commit 54f3a781a2

View File

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