From a1f1717fbccd39a81610d53abe5087e01094f6ca Mon Sep 17 00:00:00 2001 From: DPopov-BS <110388900+DPopov-BS@users.noreply.github.com> Date: Wed, 27 May 2026 16:36:26 +0300 Subject: [PATCH] BCN-21398 Update Github Actions --- .github/workflows/run-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index bb41afe..0c4d4a4 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,7 +9,7 @@ jobs: matrix: node-version: ['14.17.6', '18'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 1 - name: Fetch latest main branch commit @@ -27,13 +27,13 @@ jobs: runs-on: ubuntu-latest needs: install_and_test steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 1 - name: Fetch latest main branch commit run: git fetch --no-tags --depth=1 origin +refs/heads/main:refs/remotes/origin/main - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: '18' cache: 'yarn'