branch: elpa/adoc-mode
commit c0f416a2e7f91fb82b63185536cad69ec97b97a6
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Bump actions/checkout to v5
    
    v4 runs on the deprecated Node.js 20, which GitHub Actions warns about and
    will stop supporting. v5 runs on Node.js 24.
---
 .github/workflows/test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index fd52868b9a..354c17714b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
       run: curl -fsSL 
https://raw.github.com/doublep/eldev/master/webinstall/github-eldev | sh
 
     - name: Check out the source code
-      uses: actions/checkout@v4
+      uses: actions/checkout@v5
 
     - name: Test the project
       run: |

Reply via email to