From 0b0f58279c2dfa30e8425e6d5974d6adfb3a66a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81kos=20Kiss?= Date: Sat, 27 Jan 2024 20:17:54 +0100 Subject: [PATCH] Bump workflows to actions/checkout@v4 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f7ff3e3..cb583ac 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,7 +28,7 @@ jobs: LISP: ${{ matrix.lisp }} QUICKLISP_DIST: ${{ matrix.quicklisp-dist }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Lisp continue-on-error: true