From 231b0c2023ccda7ebb1b003265d808be0b0569e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 23:56:05 +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 1b93646..f037ba1 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