aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2022-12-21 00:27:17 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2023-02-22 20:44:23 +0000
commitf9345b915b26b2eb9393687e6d2617f320004a04 (patch)
tree3d03acd208aceeda7545c3fcd912a98978f9b8bf
parentdf2b1d0591584d9e63456349080357d00ccb94d8 (diff)
downloadsrc-f9345b915b26b2eb9393687e6d2617f320004a04.tar.gz
src-f9345b915b26b2eb9393687e6d2617f320004a04.zip
.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 (cherry picked from commit 54f3a781a2ff980034dfe13ff6323c96fc587f1b)
-rw-r--r--.github/workflows/cross-bootstrap-tools.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cross-bootstrap-tools.yml b/.github/workflows/cross-bootstrap-tools.yml
index 2d981b3fdff2..4ef496f4636b 100644
--- a/.github/workflows/cross-bootstrap-tools.yml
+++ b/.github/workflows/cross-bootstrap-tools.yml
@@ -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: |