From 82a1278c16f66edac588906d13bbcc9074a10465 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 21:56:22 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ce1d97..2d94c8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: needs: [ci] steps: # Setup - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Setup Node.js and NPM uses: actions/setup-node@v4 with: