branch: externals/compat
commit cab0e8d7c331f87e5f664c1580640fb973024cc5
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    CI: Update actions/checkout
---
 .github/workflows/makefile.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index 027cc2d5aa..89aac7e3db 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -35,7 +35,7 @@ jobs:
           - 'release-snapshot'
           - 'snapshot'
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
     - uses: purcell/setup-emacs@master
       with:
         version: ${{ matrix.emacs-version }}

Reply via email to