Bump actions/checkout from v2.3.1 to v2.3.2

Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.1 to v2.3.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.1...2036a08e25fa78bbd946711a407b529a0a1204bf)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-08-10 05:38:32 +00:00 committed by GitHub
parent c4708f8803
commit 6da5e0756a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

@ -35,7 +35,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@v2.3.1
uses: actions/checkout@v2.3.2
###################################
# Run Deploy script for Dockerhub #

View file

@ -36,7 +36,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@v2.3.1
uses: actions/checkout@v2.3.2
################################
# Run Linter against code base #

View file

@ -32,7 +32,7 @@ jobs:
#############################
# Check out the latest code #
#############################
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v2.3.2
######################
# Run the tag action #