From f648376a968a6b8ecaf8d98e7fcd5559e9e5a3d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:45:15 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .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..bd24175 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@v5 - name: Setup NodeJS uses: actions/setup-node@v2 with: