Skip to content

Commit 9713bdc

Browse files
committed
chore: upgrade actions version
1 parent c7eea12 commit 9713bdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
persist-credentials: false
1515

1616
- name: Set up node
17-
uses: actions/setup-node@v2-beta
17+
uses: actions/setup-node@v2
1818
with:
1919
node-version: '12'
2020
check-latest: true

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
ref: ${{ github.head_ref }}
1515

1616
- name: Prettify code
17-
uses: creyD/prettier_action@v3.0
17+
uses: creyD/prettier_action@v3.3
1818
with:
1919
prettier_options: --write **/*.{html,js,md,vue,less,css}
2020
commit_message: 'style: prettify code'

0 commit comments

Comments
 (0)