From d886fdba8a0afb8e3cf3858ab3ba98da1a04189d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 00:32:49 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 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/code_quality.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/setuptools_compatibility_reusable.yml | 4 ++-- .github/workflows/unit_tests.yml | 6 +++--- .github/workflows/unit_tests_reusable.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index 6820edb0f..a33910699 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }} ref: ${{ github.event.pull_request.head.ref || github.ref }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a67190416..43a692bbd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: - /monster/ci/env:/opt/env steps: - name: Checkout Codes - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ${{ env.repo }} ref: ${{ env.ref }} @@ -127,7 +127,7 @@ jobs: if: ${{ inputs.github_vm == true }} steps: - name: Checkout Codes - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ${{ env.repo }} ref: ${{ env.ref }} diff --git a/.github/workflows/setuptools_compatibility_reusable.yml b/.github/workflows/setuptools_compatibility_reusable.yml index 9a980d3dd..90944f78f 100644 --- a/.github/workflows/setuptools_compatibility_reusable.yml +++ b/.github/workflows/setuptools_compatibility_reusable.yml @@ -28,7 +28,7 @@ jobs: outputs: versions: ${{ steps.parser.outputs.versions || '[]' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: repository: ${{ inputs.repo || github.repository }} ref: ${{ inputs.ref || github.ref }} @@ -58,7 +58,7 @@ jobs: version: ${{ fromJSON(needs.prepare-setuptools.outputs.versions) }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: repository: ${{ inputs.repo || github.repository }} ref: ${{ inputs.ref || github.ref }} diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 9be04f070..3880c8a4d 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -99,7 +99,7 @@ jobs: cuda_version: ${{ env.CUDA_VERSION }} steps: - name: Checkout Codes - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ${{ env.repo }} ref: ${{ env.ref }} @@ -131,7 +131,7 @@ jobs: steps: - name: Checkout Codes - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ${{ env.repo }} ref: ${{ env.ref }} @@ -261,7 +261,7 @@ jobs: install_cmd: uv pip install . torch -U -vvv steps: - name: Checkout Codes - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ${{ env.repo }} ref: ${{ env.ref }} diff --git a/.github/workflows/unit_tests_reusable.yml b/.github/workflows/unit_tests_reusable.yml index 81c49c849..a0a4c3869 100644 --- a/.github/workflows/unit_tests_reusable.yml +++ b/.github/workflows/unit_tests_reusable.yml @@ -105,7 +105,7 @@ jobs: if: ${{ !cancelled() && inputs.matrix_json != '[]' }} steps: - name: Checkout Codes - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ${{ env.repo }} ref: ${{ env.ref }}