From 008b2e6f7f2797a4e767c6a3dfb2a0c0280f87f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 17:13:53 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 08f8cab6..02263982 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest container: fedorapython/fedora-python-tox:latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install base Python dependencies run: | @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest container: fedorapython/fedora-python-tox:latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install RPM dependencies run: |