Bump actions/checkout from 2.3.4 to 2.4.0 (#2096)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.4.0.
- [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.4...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-10 11:53:31 -06:00 committed by GitHub
parent aac2cfc135
commit 8bdd5deb1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View file

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

View file

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

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.4 uses: actions/checkout@v2.4.0
######################## ########################
# 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.4 uses: actions/checkout@v2.4.0
######################## ########################
# Get the current date # # Get the current date #

View file

@ -44,7 +44,7 @@ jobs:
# Checkout the code base # # Checkout the code base #
########################## ##########################
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v2.3.4 uses: actions/checkout@v2.4.0
######################### #########################
# Update deployment API # # Update deployment API #

View file

@ -44,7 +44,7 @@ jobs:
# Checkout the code base # # Checkout the code base #
########################## ##########################
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v2.3.4 uses: actions/checkout@v2.4.0
######################### #########################
# Update deployment API # # Update deployment API #

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.4 uses: actions/checkout@v2.4.0
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

@ -15,7 +15,7 @@ jobs:
# Checkout code base # # Checkout code base #
###################### ######################
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v2.4.0
# ########################## # ##########################
# # Build the docker image # # # Build the docker image #

View file

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