From 257282374f14ebc9c3440f6568bcc1194c08464e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 15:42:55 +0200 Subject: [PATCH] Bump actions/checkout from 4 to 5 (#311) --- .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 d9aaf730..1a71c91f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,12 +30,12 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Checkout output branch # Run only when triggered from master if: env.DEPLOY == 'true' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: files path: ${{env.OUTPUT_PATH}}