From 77970f49ba9014a3ab488854ef5dfe0f708704f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 15:58:14 +0000 Subject: [PATCH] ci(deps): update actions/checkout action to v6.0.2 --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index faafbc3b..f55e7d91 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -19,7 +19,7 @@ jobs: cancel-in-progress: true steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Check the simulations on CI uses: DanySK/build-check-deploy-gradle-action@4.0.20 with: