From a39d955d2b7c3cd515adcf97a3dcb193d3c14937 Mon Sep 17 00:00:00 2001 From: Yang Libin Date: Fri, 15 Mar 2024 06:47:48 +0000 Subject: [PATCH] chore: bump actions version --- .github/workflows/deploy.yml | 2 +- .github/workflows/prettier.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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