Skip to content

Commit 994cd59

Browse files
chore(deps): Update actions
1 parent 0921e29 commit 994cd59

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,27 @@ jobs:
2929
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
3030
steps:
3131
- name: Checkout dgraph-js repo
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
with:
3434
path: dgraph-js
3535
repository: hypermodeinc/dgraph-js
3636
ref: ${{ github.event.inputs.releasetag }}
3737
- name: Checkout dgraph repo
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3939
with:
4040
path: dgraph
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
@@ -65,11 +65,11 @@ jobs:
6565
runs-on: ubuntu-latest
6666
steps:
6767
- name: Checkout dgraph-js repo
68-
uses: actions/checkout@v5
68+
uses: actions/checkout@v6
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,27 @@ jobs:
2323
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2424
steps:
2525
- name: Checkout dgraph-js repo
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
with:
2828
path: dgraph-js
2929
repository: hypermodeinc/dgraph-js
3030
ref: ${{ github.ref }}
3131
- name: Checkout dgraph repo
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
with:
3434
path: dgraph
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)