Skip to content

Commit

Permalink
ci(update-prettier): use actions/checkout@v2 instead of @master
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jun 18, 2020
1 parent f09d4e9 commit ee509ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: "${{ matrix.node_version }}"
- name: Install
run: npm ci
- name: Test
run: npm test
- run: npm ci
- run: npm test
2 changes: 1 addition & 1 deletion .github/workflows/update-prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
update_prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
version: 12
Expand Down

0 comments on commit ee509ee

Please sign in to comment.