From 8426571825e8ec720902bfb6d50348ee69d64487 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 16:38:02 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index c039f3a..1134153 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -20,7 +20,7 @@ jobs: node: [22] steps: - name: Checkout Project - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Add problem matchers run: echo "::add-matcher::.github/problemMatchers/eslint.json" - uses: pnpm/action-setup@v4 @@ -48,7 +48,7 @@ jobs: node: [22] steps: - name: Checkout Project - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Add problem matchers