From fe275e8a4ffed11e4707f0fc392e3f87beed574e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:53:43 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/publish.yml | 4 ++-- .github/workflows/pull_request.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d2572be..096b091 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: suffix: ${{ steps.release.outputs.suffix }} tag_name: ${{ steps.release.outputs.tag_name }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Extract tag and Details id: release @@ -70,7 +70,7 @@ jobs: needs: [details, check_pypi] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6 diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 6654bec..1db25b8 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -8,7 +8,7 @@ jobs: - run: echo "Running build and test for ${{ github.ref }} branch" - name: Check out repository code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1 @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1