From b553b1101dc5b32d06a13cd8233de651af3567cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:46:35 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/codeql.yml | 2 +- .github/workflows/testing-linting.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c0bd65cd..d112d560 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/testing-linting.yml b/.github/workflows/testing-linting.yml index 64c0572b..245d93bc 100644 --- a/.github/workflows/testing-linting.yml +++ b/.github/workflows/testing-linting.yml @@ -20,7 +20,7 @@ jobs: python: ["3.10", "3.11", "3.12", "3.13"] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python }} uses: actions/setup-python@v6 with: