From 74dd231733237921da41ac391433a80ae692cd57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:32:50 +0000 Subject: [PATCH] build(deps): 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-docker.yml | 2 +- .github/workflows/copilot-setup-steps.yml | 2 +- .github/workflows/machines.yml | 2 +- .github/workflows/pyright.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test-bohrium.yml | 2 +- .github/workflows/test.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index 6489ee20..4701a50a 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Log in to Docker Hub uses: docker/login-action@v4 diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index d351a377..e30efc9a 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -26,7 +26,7 @@ jobs: # If you do not check out your code, Copilot will do this for you. steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6 diff --git a/.github/workflows/machines.yml b/.github/workflows/machines.yml index 0c82556b..e7a095e2 100644 --- a/.github/workflows/machines.yml +++ b/.github/workflows/machines.yml @@ -19,7 +19,7 @@ jobs: - ssh - ssh_rsync steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Mark workspace as safe for git (setuptools_scm) run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - run: ./ci/${{ matrix.machine }}.sh diff --git a/.github/workflows/pyright.yml b/.github/workflows/pyright.yml index 10cd9387..4a4a4d9b 100644 --- a/.github/workflows/pyright.yml +++ b/.github/workflows/pyright.yml @@ -11,7 +11,7 @@ jobs: name: pyright runs-on: ubuntu-slim steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install the latest version of uv uses: astral-sh/setup-uv@v7 - run: uvx --from ty==0.0.17 --with .[cloudserver,gui] --with tomli ty check diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01dc5f0b..1b8a0548 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: # IMPORTANT: this permission is mandatory for trusted publishing id-token: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup python uses: actions/setup-python@v6 with: diff --git a/.github/workflows/test-bohrium.yml b/.github/workflows/test-bohrium.yml index 1868c4d6..7a431348 100644 --- a/.github/workflows/test-bohrium.yml +++ b/.github/workflows/test-bohrium.yml @@ -20,7 +20,7 @@ jobs: environment: bohrium if: github.repository_owner == 'deepmodeling' && (github.event.label.name == 'Test Bohrium' || github.event_name == 'push') steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: "${{ github.event.pull_request.merge_commit_sha }}" - name: Set up Python 3.12 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c7baf2d0..ad20860a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: - python-version: "3.7" platform: macos-15-intel steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 with: