From 05e0a260bbe7d36a689b4f384a9cfb982df0d7c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 05:22:47 +0000 Subject: [PATCH] :arrow_up: bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/CI-daily.yml | 2 +- .github/workflows/CI.yml | 6 +++--- .github/workflows/Publish.yml | 2 +- .github/workflows/deploy-docs.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI-daily.yml b/.github/workflows/CI-daily.yml index e96c2d1..18ef777 100644 --- a/.github/workflows/CI-daily.yml +++ b/.github/workflows/CI-daily.yml @@ -49,7 +49,7 @@ jobs: uses: styfle/cancel-workflow-action@0.13.1 with: access_token: ${{ github.token }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Print concurrency group run: echo '${{ github.workflow }}-${{ github.ref }}' - name: Set up Python ${{ matrix.python-version }} diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 669e02f..bab1165 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -33,7 +33,7 @@ jobs: uses: styfle/cancel-workflow-action@0.13.1 with: access_token: ${{ github.token }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Print concurrency group run: echo '${{ github.workflow }}-${{ github.event.pull_request.head.repo.full_name || github.repository }}-${{ github.head_ref || github.ref_name }}' - name: Set up Python ${{ matrix.python-version }} @@ -64,7 +64,7 @@ jobs: uses: styfle/cancel-workflow-action@0.13.1 with: access_token: ${{ github.token }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Print concurrency group run: echo '${{ github.workflow }}-${{ github.event.pull_request.head.repo.full_name || github.repository }}-${{ github.head_ref || github.ref_name }}' - name: Set up Python ${{ matrix.python-version }} @@ -94,7 +94,7 @@ jobs: uses: styfle/cancel-workflow-action@0.13.1 with: access_token: ${{ github.token }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Print concurrency group run: echo '${{ github.workflow }}-${{ github.event.pull_request.head.repo.full_name || github.repository }}-${{ github.head_ref || github.ref_name }}' - name: Set up Python ${{ matrix.python-version }} diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index a15e03b..2e8a890 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 30a9173..63a6111 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6