From 575499d7db88beec3d48e4341b435cee9b138927 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:30:41 +0800 Subject: [PATCH] chore(deps): bump actions/checkout from 6 to 7 (#797) --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/fixit-component-list.yml | 2 +- .github/workflows/gen-lexers.yml | 2 +- .github/workflows/librarybot.yml | 4 ++-- .github/workflows/release.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 39d7e1c8..96b293ae 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@v6 + uses: actions/checkout@v7 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 0a1e0cb4..815d583e 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@v6 + uses: actions/checkout@v7 - name: Generate hugo-fixit component list uses: hugo-fixit/action-component-list@v1 env: diff --git a/.github/workflows/gen-lexers.yml b/.github/workflows/gen-lexers.yml index 329ed0ab..1e97ac38 100644 --- a/.github/workflows/gen-lexers.yml +++ b/.github/workflows/gen-lexers.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: pnpm/action-setup@v6 - name: Setup Node.js uses: actions/setup-node@v6 diff --git a/.github/workflows/librarybot.yml b/.github/workflows/librarybot.yml index e9740ba8..3c3abe39 100644 --- a/.github/workflows/librarybot.yml +++ b/.github/workflows/librarybot.yml @@ -14,7 +14,7 @@ jobs: libraries: ${{ steps.list.outputs.libraries_json }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: List libraries id: list uses: hugo-fixit/librarybot@v1 @@ -29,7 +29,7 @@ jobs: library: ${{ fromJson(needs.prepare.outputs.libraries) }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Update library id: update uses: hugo-fixit/librarybot@v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd5456b5..077b458b 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@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # Fetch all history for generating release notes