branch: externals/hyperbole
commit f40a30d11c4f5ef709b2cb1b2db491813092b98d
Author: Mats Lidell <mats.lid...@lidells.se>
Commit: GitHub <nore...@github.com>

    Use actionv4 (#465)
    
    Node16 is deprecated and we are requested by Github to move over to using 
actions using Node20.
---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 1b04988a79..ec1231568c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
     container: silex/emacs:${{ matrix.version }}-ci
 
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
 
       - name: Clean
         run: make clean

Reply via email to