diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 165ad7f..d5343df 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -16,7 +16,7 @@ jobs: node: ['14', '16', '18'] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Cache .pnpm-store uses: actions/cache@v2