From e6db1d8601bdd87c4babd6e55a828b096f6a18b3 Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 12 Jun 2024 01:02:04 +0700 Subject: [PATCH] fix: Update --- .github/workflows/cortex-js-openai-coverage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cortex-js-openai-coverage.yml b/.github/workflows/cortex-js-openai-coverage.yml index f50578b9e..5bd6dde9a 100644 --- a/.github/workflows/cortex-js-openai-coverage.yml +++ b/.github/workflows/cortex-js-openai-coverage.yml @@ -21,13 +21,13 @@ jobs: runs-on: [self-hosted, Linux, ubuntu-desktop] steps: - name: Getting the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - ref: dev + # ref: dev # This needs to be `dev` once the first PR merged - name: Installing node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20