diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59963bc3..c3a5e60c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install pnpm uses: pnpm/action-setup@v2 - name: Install Node.js @@ -35,7 +35,7 @@ jobs: node-version: [16, 18, 20] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install pnpm uses: pnpm/action-setup@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -61,7 +61,7 @@ jobs: node-version: [20] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install pnpm uses: pnpm/action-setup@v2 - name: Use Node.js ${{ matrix.node-version }}