From b8a6665703069df3ffe99c7f99b4c5bfc848be54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:26:00 +0000 Subject: [PATCH] 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 03c17a3..2f80805 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@v6 - name: Setup NodeJS uses: actions/setup-node@v2 with: