branch: elpa/evil
commit 0d4043408d9f623c07d99b481737a001e260fffc
Author: JenChieh <[email protected]>
Commit: Tom Dalziel <[email protected]>

    ci: Avoid deprecated action warnings
---
 .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 22a3da2650..f381f074e5 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
       with:
         version: ${{ matrix.emacs_version }}
 
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v4
 
     - name: Print emacs version
       run: |

Reply via email to