branch: elpa/tuareg
commit 90945c9a79debe466cf559e4c48e882cf1a27f27
Author: Mattias EngdegÄrd <mattias.engdeg...@gmail.com>
Commit: Mattias EngdegÄrd <mattias.engdeg...@gmail.com>

    CI update: new Emacs and actions/checkout versions
---
 .github/workflows/test.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 4d8c6f5ac32..7a60c63fbca 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -21,7 +21,8 @@ jobs:
           - "26.3"
           - "27.2"
           - "28.2"
-          - "29.1"
+          - "29.4"
+          - "30.2"
           - snapshot
     steps:
       - name: Set up Emacs
@@ -30,7 +31,7 @@ jobs:
           version: ${{matrix.emacs_version}}
 
       - name: Check out tuareg
-        uses: actions/checkout@v2
+        uses: actions/checkout@v5
 
       - name: Byte-compile
         run: make elc-werror

Reply via email to