From 9f17469c16a2b48c2516f541c21d18c196c844e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 15:09:55 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d19a3c..6e9cb84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: steps: # === SETUP PHASE === - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive @@ -47,7 +47,7 @@ jobs: cache-dependency-path: 'package-lock.json' - name: Repository lampy - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive repository: koromerzhin/lampy