branch: externals/relint
commit 74da82a95cc58672507d90a438e4712edef8bf6e
Author: Mattias EngdegÄrd <matti...@acm.org>
Commit: Mattias EngdegÄrd <matti...@acm.org>

    Github CI: upgrade actions/checkout from v2 to v4
---
 .github/workflows/test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 27ca3855f9..0bebf11fa3 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -26,12 +26,12 @@ jobs:
           version: ${{matrix.emacs_version}}
 
       - name: Check out relint
-        uses: actions/checkout@v2
+        uses: actions/checkout@v4
         with:
           path: relint
 
       - name: Check out xr
-        uses: actions/checkout@v2
+        uses: actions/checkout@v4
         with:
           repository: mattiase/xr
           path: xr

Reply via email to