From 989f844db43f8f82a95c67eb8404b3d78cd24d5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 02:51:05 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17c3ab9..8afd6d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: python-version: ["3.12", "3.13", "3.14"] steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Tags are needed to compute the current version number fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 183dc48..eb17efd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Tags are needed to compute the current version number fetch-depth: 0