From 2f23aa93c600beeee068483e0730ab19cfa4a211 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 19:39:30 +0100 Subject: [PATCH] Bump actions/checkout from 5 to 6 (#314) --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4f7c3300..397891da 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,12 +30,12 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout output branch # Run only when triggered from master if: env.DEPLOY == 'true' - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: files path: ${{env.OUTPUT_PATH}}