From 9cdfa80c82aef6b24ef2e652a15a9f48834ac77f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:33:50 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/main-workflow-template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-workflow-template.yml b/.github/workflows/main-workflow-template.yml index 7f1280ce..713cc6f3 100644 --- a/.github/workflows/main-workflow-template.yml +++ b/.github/workflows/main-workflow-template.yml @@ -52,7 +52,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6 @@ -75,7 +75,7 @@ jobs: ${{fromJson(needs.matrix_prep.outputs.matrix)}} steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Make free space uses: ./.github/actions/make-free-space