diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f53808..3f06e63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: node-version: [20, 22] name: build (node ${{ matrix.node-version }}) steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: pnpm/action-setup@v6