From d0331c745738f5f59ded8d93c71d67b0658df022 Mon Sep 17 00:00:00 2001 From: Hamir Date: Fri, 10 Jul 2026 16:19:43 -0700 Subject: [PATCH] fix: warning in CI for `dist-typecheck` workflow --- .github/workflows/dist-typecheck.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dist-typecheck.yml b/.github/workflows/dist-typecheck.yml index 75108e7c2..aa4c33ff2 100644 --- a/.github/workflows/dist-typecheck.yml +++ b/.github/workflows/dist-typecheck.yml @@ -16,12 +16,12 @@ jobs: package: [start] steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v7 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 - name: Use Node.js from nvmrc - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version-file: ".nvmrc" registry-url: "https://registry.npmjs.org"