diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ffde9e4a..1d16d56e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: node: [20, 22, 24] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install pnpm uses: pnpm/action-setup@v4.2.0 - name: Use Node.js ${{ matrix.node }}