chore: pin actions in workflows

This commit is contained in:
Jeroen de Bruijn 2020-03-26 20:11:31 +01:00
parent 2eda67bee4
commit ce8092f37d
No known key found for this signature in database
GPG key ID: 3A2677A1DF38FF9F
5 changed files with 8 additions and 11 deletions

View file

@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.0.0
- name: Setup node
uses: actions/setup-node@v1
uses: actions/setup-node@v1.4.1
with:
node-version: '12.x'
- name: Install project