The branch stable/13 has been updated by jhb:

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

commit dcedc7b7f29eaa42152590037bb76fd6fc2d86f2
Author:     John Baldwin <[email protected]>
AuthorDate: 2024-03-05 05:52:09 +0000
Commit:     John Baldwin <[email protected]>
CommitDate: 2024-04-08 18:03:08 +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 9630470d0420..47349a517a1f 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: |

Reply via email to