Skip to content

Commit 25be9e1

Browse files
chore(deps): Update actions to v6
1 parent 0921e29 commit 25be9e1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 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,7 +67,7 @@ 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:
7272
node-version: 22.x
7373
registry-url: https://registry.npmjs.org

.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)