From 9713bdc438884eed414d9bd2d4b43ca7e842c8b1 Mon Sep 17 00:00:00 2001 From: yanglbme Date: Sat, 30 Jan 2021 11:39:13 +0800 Subject: [PATCH] chore: upgrade actions version --- .github/workflows/build.yml | 2 +- .github/workflows/prettier.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 823d7f5..217f816 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: persist-credentials: false - name: Set up node - uses: actions/setup-node@v2-beta + uses: actions/setup-node@v2 with: node-version: '12' check-latest: true diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 02ee1c4..4fb9792 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -14,7 +14,7 @@ jobs: ref: ${{ github.head_ref }} - name: Prettify code - uses: creyD/prettier_action@v3.0 + uses: creyD/prettier_action@v3.3 with: prettier_options: --write **/*.{html,js,md,vue,less,css} commit_message: 'style: prettify code'