From 22eb82061becac030d3f61ad8675894ffa5c115f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:50:29 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c2477c769..4b0836f79 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: ports: ["6379:6379"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v7 - uses: actions/setup-node@v2 with: node-version: ${{ matrix.node }}