From 00d8002caad3adfa1490a4d78a4b5d75aa523b4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 21:46:48 +0000 Subject: [PATCH] ci(deps): update actions/checkout action to v4.2.2 --- .github/workflows/CI-CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI-CD.yml b/.github/workflows/CI-CD.yml index dd8319f6..fbaae186 100644 --- a/.github/workflows/CI-CD.yml +++ b/.github/workflows/CI-CD.yml @@ -92,7 +92,7 @@ jobs: next-version: ${{ steps.compute-next-version.outputs.next-version }} steps: - name: Checkout repo - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - name: Setup Node.js uses: actions/setup-node@v4 with: