diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 49376858eaa38..a9517664f5008 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -54,7 +54,7 @@ jobs: mkdocs build -f mkdocs-en.yml - name: Deploy - uses: peaceiris/actions-gh-pages@main + uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./site diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index b017bc5ca86b7..c426f358b2cdd 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -17,7 +17,7 @@ jobs: ref: ${{ github.head_ref }} fetch-depth: 0 - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 - name: Install Dependencies