From 10bc3ed4817706197fd5de62af195575467c7f25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Kryger?= Date: Thu, 31 Oct 2024 12:24:04 +0000 Subject: [PATCH] Bump checkout --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fe58a147..9163764f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,7 +34,7 @@ jobs: with: version: ${{ matrix.emacs_version }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: path: '.emacs.d' @@ -72,11 +72,11 @@ jobs: with: version: ${{ matrix.emacs_version }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: path: '.emacs.d' - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: 'pkryger/exordium-commontap' path: '.emacs.d/taps/commontap'