From a50a8fee14b19f922998da3c60896bc0f98c99d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 18:36:19 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/check-zh.yml | 2 +- .github/workflows/check.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/deployment.yml | 2 +- .github/workflows/e2e.yml | 2 +- .github/workflows/links.yml | 2 +- .github/workflows/lunaria.yml | 2 +- .github/workflows/pages.yml | 4 ++-- .github/workflows/spelling.yml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/check-zh.yml b/.github/workflows/check-zh.yml index 422621bc9..4d1b2904d 100644 --- a/.github/workflows/check-zh.yml +++ b/.github/workflows/check-zh.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: # “最近更新时间” 等 git 日志相关信息,需要拉取全部提交记录 fetch-depth: 0 diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index d686708d8..031e65857 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: # “最近更新时间” 等 git 日志相关信息,需要拉取全部提交记录 fetch-depth: 0 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 92a777d3d..e45c2196a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Initialize CodeQL uses: github/codeql-action/init@v3 diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 489056883..8383d311e 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: # “最近更新时间” 等 git 日志相关信息,需要拉取全部提交记录 fetch-depth: 0 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index d89b4e0e4..3a7fcf502 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -18,7 +18,7 @@ jobs: if: github.event.deployment_status.state == 'success' || github.event_name == 'workflow_dispatch' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Determine test URL id: get-url diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 20101a8d5..f0a058e6a 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -22,7 +22,7 @@ jobs: linkChecker: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Link Checker id: lychee diff --git a/.github/workflows/lunaria.yml b/.github/workflows/lunaria.yml index 6591b9ecf..a1566f6c7 100644 --- a/.github/workflows/lunaria.yml +++ b/.github/workflows/lunaria.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: # Necessary for Lunaria to work properly # Makes the action clone the entire git history diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index f3cb47176..33ca306de 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -33,13 +33,13 @@ jobs: name: Cache and install Deps steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: # fetch all commits to get last updated time or other git log info fetch-depth: 0 - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - uses: pnpm/action-setup@v4 name: Install pnpm diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 5856aa9ff..8e6023958 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -5,7 +5,7 @@ jobs: name: Spell Check with Typos runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Check spelling uses: crate-ci/typos@master with: { config: ./.github/_typos.toml }