From e5cb7a70683401672260dfa586b54abd0a4fd12a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:13:35 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/quality.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 44a8188..7c1c536 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout the codebase current state - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install the base dependencies run: python3 -m pip install --upgrade poetry tox diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ce2fd9b..8439e13 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout the codebase current state - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install the base dependencies run: python3 -m pip install --upgrade poetry tox