From d37da15234768e754c9fcd9566be41a2a9f910c6 Mon Sep 17 00:00:00 2001 From: Akinori Hattori Date: Tue, 19 Sep 2023 21:42:15 +0900 Subject: [PATCH] Update .github/workflows/ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a18c93..ffce5ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,9 +36,9 @@ jobs: timeout-minutes: 10 steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Checkout themis.vim - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: thinca/vim-themis path: vim-themis