From c5e1049f11fa4633ae5edb0ad95d3aa3e06e2e49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 15:38:42 +0000 Subject: [PATCH] ci(deps): Bump actions/checkout Bumps the github-actions group with 1 update in the / directory: [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/dispatch-prepare-release.yml | 2 +- .github/workflows/generate-api-reference.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dispatch-prepare-release.yml b/.github/workflows/dispatch-prepare-release.yml index a40bde0..fa0ef07 100644 --- a/.github/workflows/dispatch-prepare-release.yml +++ b/.github/workflows/dispatch-prepare-release.yml @@ -90,7 +90,7 @@ jobs: permission-contents: read - name: Checkout .github directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: sparse-checkout: .github repository: ${{ inputs.actions-repo }} diff --git a/.github/workflows/generate-api-reference.yml b/.github/workflows/generate-api-reference.yml index 98c5e6e..61b6f60 100644 --- a/.github/workflows/generate-api-reference.yml +++ b/.github/workflows/generate-api-reference.yml @@ -57,7 +57,7 @@ jobs: permission-contents: read - name: Checkout .github directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: sparse-checkout: .github repository: ${{ inputs.actions-repo }}