Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci-dgraph4j-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout dgraph4j repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: dgraph4j
- name: Setup Java
Expand All @@ -37,7 +37,7 @@ jobs:
with:
gradle-version: current
- name: Checkout Dgraph repo # use latest dgraph build
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: dgraph
repository: hypermodeinc/dgraph
Expand Down
Loading