diff --git a/.github/workflows/cd-dgraph-js.yml b/.github/workflows/cd-dgraph-js.yml index b559477..d4301d2 100644 --- a/.github/workflows/cd-dgraph-js.yml +++ b/.github/workflows/cd-dgraph-js.yml @@ -24,13 +24,13 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - name: Checkout dgraph-js repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: dgraph-js repository: dgraph-io/dgraph-js ref: ${{ github.event.inputs.releasetag }} - name: Checkout dgraph repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: dgraph repository: dgraph-io/dgraph @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout dgraph-js repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup node.js uses: actions/setup-node@v3 with: diff --git a/.github/workflows/ci-aqua-security-trivy-tests.yml b/.github/workflows/ci-aqua-security-trivy-tests.yml index 20e5e0b..e04537d 100644 --- a/.github/workflows/ci-aqua-security-trivy-tests.yml +++ b/.github/workflows/ci-aqua-security-trivy-tests.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run Trivy vulnerability scanner uses: aquasecurity/trivy-action@master with: diff --git a/.github/workflows/ci-dgraph-js.yml b/.github/workflows/ci-dgraph-js.yml index 0cd1582..3943ba2 100644 --- a/.github/workflows/ci-dgraph-js.yml +++ b/.github/workflows/ci-dgraph-js.yml @@ -21,13 +21,13 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - name: Checkout dgraph-js repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: dgraph-js repository: dgraph-io/dgraph-js ref: ${{ github.ref }} - name: Checkout dgraph repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: dgraph repository: dgraph-io/dgraph