From ce3a455b2899eb7cf9793f3e06b1e39f80bec41a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 20:26:14 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/build.yml | 2 +- .github/workflows/pr-title-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0076e12..d4095bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: image: node:24 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: pnpm setup uses: pnpm/action-setup@v4 with: diff --git a/.github/workflows/pr-title-check.yml b/.github/workflows/pr-title-check.yml index d01d32a..42a4ded 100644 --- a/.github/workflows/pr-title-check.yml +++ b/.github/workflows/pr-title-check.yml @@ -9,7 +9,7 @@ jobs: image: node:24 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Run PR title check run: | node .github/scripts/pr-title-check.js