diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e1b44e..e9c52d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: matrix: node-version: [22, 24, 26] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }}