checkout v2 instead of master

This commit is contained in:
Zack Koppert 2020-06-18 10:35:16 -07:00 committed by GitHub
parent abf80cfa3a
commit ee08e5c285
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@master
uses: actions/checkout@v2
#####################
# Run Deploy script #