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 d25dbd76a..69d601345 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -100,7 +100,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 }} @@ -132,7 +132,7 @@ jobs: steps: - name: Checkout Codes - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ${{ env.repo }} ref: ${{ env.ref }} @@ -262,7 +262,7 @@ jobs: install_cmd: uv pip install . torch -U 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 bf30ca16d..d22cc5e42 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 }}