git: 85cdbae749e9 - stable/14 - .github: Switch to v4 of actions/checkout

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Mon, 08 Apr 2024 19:04:43 UTC
The branch stable/14 has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=85cdbae749e9d1e1f7f3e3adc6ffcbe5405ee217

commit 85cdbae749e9d1e1f7f3e3adc6ffcbe5405ee217
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2024-03-05 05:52:09 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2024-04-08 18:03:05 +0000

    .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)
---
 .github/workflows/cross-bootstrap-tools.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/cross-bootstrap-tools.yml b/.github/workflows/cross-bootstrap-tools.yml
index ddfcb467126e..0aa1d9a35c1e 100644
--- a/.github/workflows/cross-bootstrap-tools.yml
+++ b/.github/workflows/cross-bootstrap-tools.yml
@@ -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: |