Merge pull request #549 from github/dependabot/github_actions/actions/checkout-v2.3.2

Update actions/checkout requirement to v2.3.2
This commit is contained in:
Eric Nemchik 2020-08-11 08:06:04 -05:00 committed by GitHub
commit e1bf23b951
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ jobs:
# Checkout the code base # # Checkout the code base #
########################## ##########################
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v2.3.1 uses: actions/checkout@v2.3.2
################################### ###################################
# Build image locally for testing # # Build image locally for testing #