diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1101b1f..7fb34aca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: node-version: [14, 16] steps: - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Use Node ${{ matrix.node-version }} uses: actions/setup-node@master