diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 072af77..38ba6c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: matrix: node-version: [12, 14, 16] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v3.0.0 with: node-version: ${{ matrix.node-version }}