diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04b00e1..911c757 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@v6 + - uses: actions/checkout@v7 - uses: pnpm/action-setup@v6