From 165df9c4a7960bb0eb8881e543a3c6db025a6286 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:47:58 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 29df9a6..a6d970c 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -77,13 +77,13 @@ jobs: - name: Check out code base if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }}