From c4ee045e61ea96edc3b6cccfc4e44bfdee385f5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:35:42 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/test-linux-distros.yml | 2 +- .github/workflows/test-py-versions.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-linux-distros.yml b/.github/workflows/test-linux-distros.yml index fce99ae..d57196f 100644 --- a/.github/workflows/test-linux-distros.yml +++ b/.github/workflows/test-linux-distros.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Python run: .github/install-python.sh - name: Display Python version diff --git a/.github/workflows/test-py-versions.yml b/.github/workflows/test-py-versions.yml index afaf450..065afb0 100644 --- a/.github/workflows/test-py-versions.yml +++ b/.github/workflows/test-py-versions.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 with: