From fb5410fc8ece701ae2eee70a6226250ec4c5efb7 Mon Sep 17 00:00:00 2001 From: Jinghui Liao Date: Fri, 13 Oct 2023 21:07:23 +0800 Subject: [PATCH] try v4 --- .github/workflows/test_plugins.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_plugins.yml b/.github/workflows/test_plugins.yml index e37c15b0a8..a79c76dcf0 100644 --- a/.github/workflows/test_plugins.yml +++ b/.github/workflows/test_plugins.yml @@ -16,12 +16,12 @@ jobs: steps: - name: Checkout neo - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: ./neo - name: Checkout neo-modules - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: neo-project/neo-modules path: ./neo-modules