Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .github/workflows/cd-dgraph-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- name: Checkout dgraph-js repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: dgraph-js
repository: hypermodeinc/dgraph-js
ref: ${{ github.event.inputs.releasetag }}
- name: Checkout dgraph repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: dgraph
repository: hypermodeinc/dgraph
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout dgraph-js repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Setup node.js
uses: actions/setup-node@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-dgraph-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- name: Checkout dgraph-js repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: dgraph-js
repository: hypermodeinc/dgraph-js
ref: ${{ github.ref }}
- name: Checkout dgraph repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: dgraph
repository: hypermodeinc/dgraph
Expand Down
Loading