Skip to content

Commit

Permalink
try v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim8y committed Oct 13, 2023
1 parent e9ad596 commit 413d198
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_devpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 413d198

Please sign in to comment.