From acfb37db827e6a22bf49e9084fdd77f1713114b9 Mon Sep 17 00:00:00 2001 From: "tsang-bot[bot]" <146107447+tsang-bot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 14:08:14 +0000 Subject: [PATCH] chore: update all major actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 055105f..70bf08b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,12 +17,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout git repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Set NX sha - uses: nrwl/nx-set-shas@v4 + uses: nrwl/nx-set-shas@v5 with: main-branch-name: ${{ github.base_ref || github.ref_name }}