diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc6ff20..6c46fd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 10 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: volta-cli/action@v1 - name: install dependencies @@ -41,7 +41,7 @@ jobs: node-version: 12.x steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: volta-cli/action@v1 with: node-version: ${{ matrix.node-version }} @@ -59,7 +59,7 @@ jobs: needs: [test] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: volta-cli/action@v1 with: node-version: 14.x