From 07f1a10f3abb9aaa556a2b4287068b9866bc7479 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:36:59 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/BlackLint.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/pylint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/BlackLint.yml b/.github/workflows/BlackLint.yml index c0d5494..c0407a6 100644 --- a/.github/workflows/BlackLint.yml +++ b/.github/workflows/BlackLint.yml @@ -5,7 +5,7 @@ jobs: name: runner / black runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Check files using the black formatter uses: rickstaa/action-black@v1 id: action_black diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4034a9a..803f266 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index c565e44..f5ab876 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -9,7 +9,7 @@ jobs: matrix: python-version: ["3.10"] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: