From 3a6b73ac8105d6e61ead3a4ef58f9e6f989d8834 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:41:32 +0000 Subject: [PATCH] ci(deps): update actions/checkout action to v7 --- .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 1f47a64..1988d9b 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -28,7 +28,7 @@ jobs: ) steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: submodules: recursive fetch-depth: 0