From 3bcdf3e3ad0aeaf96ddb489a77f9213f2cb55f68 Mon Sep 17 00:00:00 2001 From: zvictor Date: Fri, 6 Mar 2026 21:40:05 -0300 Subject: [PATCH] ci: remove unnecessary full-history checkout --- .github/workflows/pr-verify.yml | 2 -- .github/workflows/refresh-lockfile.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/pr-verify.yml b/.github/workflows/pr-verify.yml index 51410f52..e84e448a 100644 --- a/.github/workflows/pr-verify.yml +++ b/.github/workflows/pr-verify.yml @@ -17,8 +17,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: Setup pnpm uses: pnpm/action-setup@v4 diff --git a/.github/workflows/refresh-lockfile.yml b/.github/workflows/refresh-lockfile.yml index 8b88f019..5423cd56 100644 --- a/.github/workflows/refresh-lockfile.yml +++ b/.github/workflows/refresh-lockfile.yml @@ -20,8 +20,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: Setup pnpm uses: pnpm/action-setup@v4