Skip to content

Commit

Permalink
chore: upgrade actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme committed Jan 30, 2021
1 parent c7eea12 commit 9713bdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9713bdc

Please sign in to comment.