From 63eb6f99d7ccc43f24d6e4e157b26372207c1f6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:57:29 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .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..b0f374d17 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@v6 - uses: actions/setup-node@v2 with: node-version: ${{ matrix.node }}