Skip to content

Commit 3c54f7c

Browse files
chore(deps): Update actions
1 parent 0921e29 commit 3c54f7c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/cd-dgraph-js.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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@v6
5353
with:
5454
node-version: ${{ matrix.node-version }}
5555
cache: npm
@@ -67,9 +67,9 @@ jobs:
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@v6
7171
with:
72-
node-version: 22.x
72+
node-version: 22.x || 24.x
7373
registry-url: https://registry.npmjs.org
7474
- name: Build dgraph-js package
7575
run: npm ci

.github/workflows/ci-dgraph-js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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@v6
4747
with:
4848
node-version: ${{ matrix.node-version }}
4949
cache: npm

0 commit comments

Comments
 (0)