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