From 60b948487cfc8801565b9cf4ee378985afc41a7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 01:08:52 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a202d0b..194d7c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: python-version: ['3.13', '3.14'] steps: - name: Checkout ${{ github.repository }} - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: Install Python ${{ matrix.python-version }} uses: actions/setup-python@v6.2.0 with: @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout ${{ github.repository }} - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: Install uv uses: astral-sh/setup-uv@v8.2.0 with: