From d1c016269a85db2d4b3f46c1238e06cd3caecf1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:29:56 +0800 Subject: [PATCH] chore(deps): bump actions/checkout from 5 to 6 (#662) --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/fixit-component-list.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e2b6465b..39d7e1c8 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Check out repository code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod diff --git a/.github/workflows/fixit-component-list.yml b/.github/workflows/fixit-component-list.yml index 41814472..1d070ddc 100644 --- a/.github/workflows/fixit-component-list.yml +++ b/.github/workflows/fixit-component-list.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Generate hugo-fixit component list uses: hugo-fixit/action-component-list@v1 env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90f8cfe3..1550f291 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Fetch all history for generating release notes