From 7b9cfa663f60a2b6310f2c731d125da2a3ff0c24 Mon Sep 17 00:00:00 2001 From: thinca Date: Tue, 7 Nov 2023 02:48:47 +0900 Subject: [PATCH] Update actions/checkout to v3 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a88d18..e0d3cf5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: timeout-minutes: 10 steps: - - uses: 'actions/checkout@v2' + - uses: 'actions/checkout@v3' - name: 'Setup Vim' id: 'vim' uses: 'thinca/action-setup-vim@v1'