Skip to content

Commit

Permalink
chore: use github checkout action v1
Browse files Browse the repository at this point in the history
  • Loading branch information
megheaiulian committed Feb 27, 2020
1 parent 4c8719e commit 5bfd528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v1

- name: Use Node.js 10.x
uses: actions/setup-node@v1
Expand Down

0 comments on commit 5bfd528

Please sign in to comment.