update examples to reference v2 tag (#110)

This commit is contained in:
eric sciple 2019-12-13 00:00:48 -05:00 committed by GitHub
parent 3537747199
commit 722adc63f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View file

@ -31,7 +31,7 @@ jobs:
steps:
# Clone this repo
- name: Checkout
uses: actions/checkout@v2-beta
uses: actions/checkout@v2
# Basic checkout
- name: Basic checkout
@ -89,7 +89,7 @@ jobs:
steps:
# Clone this repo
- name: Checkout
uses: actions/checkout@v2-beta
uses: actions/checkout@v2
# Basic checkout
- name: Basic checkout