Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 7ca2de2

Browse files
committed
fix: Update
1 parent 0f99f75 commit 7ca2de2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cortex-js-openai-coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
runs-on: [self-hosted, Linux, ubuntu-desktop]
2222
steps:
2323
- name: Getting the repo
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0
27-
ref: dev
27+
# ref: dev # This needs to be `dev` once the first PR merged
2828

2929
- name: Installing node
30-
uses: actions/setup-node@v3
30+
uses: actions/setup-node@v4
3131
with:
3232
node-version: 20
3333

0 commit comments

Comments
 (0)