Bump actions/checkout from v2.3.3 to v2.3.4

Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.3 to v2.3.4.
- [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.3...5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-11-04 05:43:17 +00:00 committed by GitHub
parent 49b9b28c00
commit 134c891be0
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 # # Checkout the code base #
########################## ##########################
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v2.3.3 uses: actions/checkout@v2.3.4
######################## ########################
# Get the current date # # Get the current date #

View file

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

View file

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

View file

@ -36,7 +36,7 @@ jobs:
# Checkout the code base # # Checkout the code base #
########################## ##########################
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v2.3.3 uses: actions/checkout@v2.3.4
with: with:
# Full git history is needed to get a proper list of changed files within `super-linter` # Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0 fetch-depth: 0

View file

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