File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ jobs:
4141 repository : hypermodeinc/dgraph
4242 ref : main
4343 - name : Set up Go
44- uses : actions/setup-go@v5
44+ uses : actions/setup-go@v6
4545 with :
4646 go-version-file : dgraph/go.mod
4747 - name : Build dgraph binary
4848 run : cd dgraph && make docker-image # also builds dgraph binary
4949 - name : Move dgraph binary to gopath
5050 run : cd dgraph && mv dgraph/dgraph ~/go/bin/dgraph
5151 - name : Setup node.js ${{ matrix.node-version }}
52- uses : actions/setup-node@v4
52+ uses : actions/setup-node@v5
5353 with :
5454 node-version : ${{ matrix.node-version }}
5555 cache : npm
6767 - name : Checkout dgraph-js repo
6868 uses : actions/checkout@v5
6969 - name : Setup node.js
70- uses : actions/setup-node@v4
70+ uses : actions/setup-node@v5
7171 with :
7272 node-version : 22.x
7373 registry-url : https://registry.npmjs.org
Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ jobs:
3535 repository : hypermodeinc/dgraph
3636 ref : main
3737 - name : Set up Go
38- uses : actions/setup-go@v5
38+ uses : actions/setup-go@v6
3939 with :
4040 go-version-file : dgraph/go.mod
4141 - name : Build dgraph binary
4242 run : cd dgraph && make docker-image # also builds dgraph binary
4343 - name : Move dgraph binary to gopath
4444 run : cd dgraph && mv dgraph/dgraph ~/go/bin/dgraph
4545 - name : Setup node.js ${{ matrix.node-version }}
46- uses : actions/setup-node@v4
46+ uses : actions/setup-node@v5
4747 with :
4848 node-version : ${{ matrix.node-version }}
4949 cache : npm
You can’t perform that action at this time.
0 commit comments