From 8ec9ecbfff207521b5af23f21e7c66ca299436cb Mon Sep 17 00:00:00 2001 From: itchyny Date: Wed, 16 Mar 2022 00:24:10 +0900 Subject: [PATCH] update actions version --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 411c702..7fcd75d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,9 +21,9 @@ jobs: - v7.3 steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Checkout vim-themis - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: thinca/vim-themis path: vim-themis