From aaf08cf3a109e4c4b19a58140b0e70c921f3f820 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:57:30 +0000 Subject: [PATCH] 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 03c17a3..0df286f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: node: [ '14', '16' ] name: Node ${{ matrix.node }} Testing steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v7 - name: Setup NodeJS uses: actions/setup-node@v2 with: