From 994cd59ee549a1bc5601484dc467004ed73bd3a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 17:08:10 +0000 Subject: [PATCH] chore(deps): Update actions --- .github/workflows/cd-dgraph-js.yml | 14 +++++++------- .github/workflows/ci-dgraph-js.yml | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/cd-dgraph-js.yml b/.github/workflows/cd-dgraph-js.yml index 10f52a7..ad4febb 100644 --- a/.github/workflows/cd-dgraph-js.yml +++ b/.github/workflows/cd-dgraph-js.yml @@ -29,19 +29,19 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - name: Checkout dgraph-js repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: dgraph-js repository: hypermodeinc/dgraph-js ref: ${{ github.event.inputs.releasetag }} - name: Checkout dgraph repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: dgraph repository: hypermodeinc/dgraph ref: main - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: dgraph/go.mod - name: Build dgraph binary @@ -49,7 +49,7 @@ jobs: - name: Move dgraph binary to gopath run: cd dgraph && mv dgraph/dgraph ~/go/bin/dgraph - name: Setup node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: npm @@ -65,11 +65,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout dgraph-js repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: - node-version: 22.x + node-version: 22.x || 24.x registry-url: https://registry.npmjs.org - name: Build dgraph-js package run: npm ci diff --git a/.github/workflows/ci-dgraph-js.yml b/.github/workflows/ci-dgraph-js.yml index 06d50e0..cdb56c6 100644 --- a/.github/workflows/ci-dgraph-js.yml +++ b/.github/workflows/ci-dgraph-js.yml @@ -23,19 +23,19 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - name: Checkout dgraph-js repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: dgraph-js repository: hypermodeinc/dgraph-js ref: ${{ github.ref }} - name: Checkout dgraph repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: dgraph repository: hypermodeinc/dgraph ref: main - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: dgraph/go.mod - name: Build dgraph binary @@ -43,7 +43,7 @@ jobs: - name: Move dgraph binary to gopath run: cd dgraph && mv dgraph/dgraph ~/go/bin/dgraph - name: Setup node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: npm