From ef4605501e6331731746e464fbc733eba250976a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 15:02:01 +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 1741177..ad9b17e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: steps: # === SETUP PHASE === - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive @@ -48,7 +48,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