From 413d198ff465f356075c02f61668e18b2d8ef55e Mon Sep 17 00:00:00 2001 From: Jinghui Liao Date: Fri, 13 Oct 2023 20:58:21 +0800 Subject: [PATCH] try v4 --- .github/workflows/test_cli.yml | 4 ++-- .github/workflows/test_devpack.yml | 4 ++-- .github/workflows/test_plugins.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test_cli.yml b/.github/workflows/test_cli.yml index dd7681a9c5..d82474e2fe 100644 --- a/.github/workflows/test_cli.yml +++ b/.github/workflows/test_cli.yml @@ -16,12 +16,12 @@ jobs: steps: - name: Checkout neo - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: ./neo - name: Checkout neo-node - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: neo-project/neo-node path: ./neo-node diff --git a/.github/workflows/test_devpack.yml b/.github/workflows/test_devpack.yml index 0a1885f3f5..d7b8f55074 100644 --- a/.github/workflows/test_devpack.yml +++ b/.github/workflows/test_devpack.yml @@ -16,12 +16,12 @@ jobs: steps: - name: Checkout neo - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: ./neo - name: Checkout neo-devpack-dotnet - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: neo-project/neo-devpack-dotnet path: ./neo-devpack-dotnet diff --git a/.github/workflows/test_plugins.yml b/.github/workflows/test_plugins.yml index 02afe4bbd4..47168cf84c 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