From a7a9f5e2e584520467340c0a9156d9a9bfc6ed1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 19:04:29 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c61d521..28b15ef 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: node-version: [16.x, 18.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - uses: pnpm/action-setup@v2.2.4 name: Install pnpm @@ -49,7 +49,7 @@ jobs: runs-on: self-hosted steps: - name: Cloning repo - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: fetch-depth: 0