From 318e68c3daba6cff622599858ef3fbaa8f73d450 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 23:33:38 +0000 Subject: [PATCH] chore(deps): bump actions/checkout in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-format-commit.yml | 2 +- .github/workflows/e2e.yml | 4 ++-- .github/workflows/release.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-format-commit.yml b/.github/workflows/auto-format-commit.yml index a15ce65..392b8c4 100644 --- a/.github/workflows/auto-format-commit.yml +++ b/.github/workflows/auto-format-commit.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ github.head_ref }} diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 604d187..a7645df 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -35,12 +35,12 @@ jobs: steps: - name: Checkout admin-frontend - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: admin-frontend - name: Checkout nezha backend - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ${{ env.NEZHA_REPO }} ref: ${{ env.NEZHA_REF }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f21b157..71d551e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,7 +12,7 @@ jobs: contents: write steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0