From 854e19ec1bd8c92f5dc732b739d86dc78286e376 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 01:29:51 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03d2d58..7ac9b6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: # === SETUP PHASE === - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: submodules: recursive @@ -59,7 +59,7 @@ jobs: steps: # === SETUP PHASE === - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: submodules: recursive @@ -77,7 +77,7 @@ jobs: cache-dependency-path: 'package-lock.json' - name: Repository lampy - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: submodules: recursive repository: koromerzhin/lampy