From 342d0097d8621a475f629275728856e456a46f7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:08:30 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/pull_request.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a1f8f38..ac1d9de 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -15,7 +15,7 @@ jobs: python-version: '3.11' - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install Poetry run: | @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Build Docker Test Image run: | @@ -55,7 +55,7 @@ jobs: python-version: '3.11' - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install Poetry run: |