From 1c23be2229f9c005ae6e94528796a3f1b6f09b37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:50:44 +0000 Subject: [PATCH] chore(deps): 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 8be9308f..54e327da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: matrix: node-version: [10.x, 12.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v7 name: Checkout code - uses: actions/setup-node@v2 name: Use Node.js ${{ matrix.node-version }}