From fb784e46744523ee878354db47b49e40beaaff73 Mon Sep 17 00:00:00 2001 From: Ivan Zhelyazkov Date: Mon, 28 Oct 2024 17:35:25 +0000 Subject: [PATCH] fix ci workflow files --- .github/workflows/ci.yml | 6 +++--- .github/workflows/health.yml | 6 +++--- .github/workflows/nightly.yml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63869e71c..65939d2b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,12 +22,12 @@ jobs: access_token: ${{ github.token }} - name: Check out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' - name: Get yarn cache directory path id: yarn-cache-dir-path diff --git a/.github/workflows/health.yml b/.github/workflows/health.yml index 3ae8bfc7a..fdcc2fdd4 100644 --- a/.github/workflows/health.yml +++ b/.github/workflows/health.yml @@ -13,12 +13,12 @@ jobs: steps: - name: Check out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' - name: Get yarn cache directory path id: yarn-cache-dir-path diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 2b556d7b7..2124d9e7d 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -15,7 +15,7 @@ jobs: should-run: ${{ steps.should-run.outputs.should-run }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Check the latest commit id: should-run @@ -44,9 +44,9 @@ jobs: uses: actions/checkout@v2 - name: Set up Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' - name: Get yarn cache directory path id: yarn-cache-dir-path