diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5116e0a574..db337a9f21 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -27,7 +27,7 @@ jobs: node-version: 8 cache: yarn - name: Setup Pages - uses: actions/configure-pages@v2 + uses: actions/configure-pages@v3 - name: Install dependencies run: yarn - name: Build with DocPad