From 51a8a90cc38c18eb7dc152670a0dc5c55cc45a55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 05:24:40 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6.0.2 to 7.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v6.0.2...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-docs.yaml | 2 +- .github/workflows/main.yaml | 2 +- .github/workflows/precommits_check.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index b39202910..63328457f 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -28,7 +28,7 @@ jobs: steps: # https://github.com/actions/checkout - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 with: fetch-depth: 0 # otherwise, you will fail to push refs to dest repo diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0579a34cf..d4fc926e0 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -30,7 +30,7 @@ jobs: # https://github.com/actions/checkout - name: Check out repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/precommits_check.yml b/.github/workflows/precommits_check.yml index c10c60c45..c6702a54c 100644 --- a/.github/workflows/precommits_check.yml +++ b/.github/workflows/precommits_check.yml @@ -10,7 +10,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - name: Set up Python