From 32b1a6ccf1ef750183508e8e688be248e2dd902b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:00:52 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/format_rst.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format_rst.yml b/.github/workflows/format_rst.yml index 16d399c..76f8fd3 100644 --- a/.github/workflows/format_rst.yml +++ b/.github/workflows/format_rst.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v5