chore: update actions

This commit is contained in:
Bret Comnes 2020-02-29 17:00:38 -07:00
parent 9428b6ce43
commit 4fd7e5d4a9
No known key found for this signature in database
GPG Key ID: 3705F4634DC3A1AC
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
# Set up any tools and build steps here
# This example uses a Node.js toolchain to build a site
- name: Use Node.js

View File

@ -12,7 +12,7 @@ jobs:
node: [12]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v1
with: