Merge pull request #764 from github/dependabot/github_actions/actions/checkout-v2.3.3

Bump actions/checkout from v2.3.2 to v2.3.3
This commit is contained in:
Gabriel Diaz 2020-09-24 11:02:47 -05:00 committed by GitHub
commit 68a0c5ed48
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.2
uses: actions/checkout@v2.3.3
########################
# Get the current date #

View file

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

View file

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

View file

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

View file

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