Skip to content

Commit

Permalink
Bump actions/checkout from 2.3.4 to 2.4.0 (#2096)
Browse files Browse the repository at this point in the history
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](actions/checkout@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>
  • Loading branch information
dependabot[bot] committed Nov 10, 2021
1 parent aac2cfc commit 8bdd5de
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-DEV-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
with:
# Full git history is needed to get a proper list
# of changed files within `super-linter`
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-DEV-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
with:
# Full git history is needed to get a proper list
# of changed files within `super-linter`
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-PROD-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0

########################
# Get the current date #
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-PROD-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0

########################
# Get the current date #
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-RELEASE-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0

#########################
# Update deployment API #
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-RELEASE-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0

#########################
# Update deployment API #
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stack-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# Checkout code base #
######################
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v2.4.0

# ##########################
# # Build the docker image #
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
#############################
# Check out the latest code #
#############################
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0

######################
# Run the tag action #
Expand Down

0 comments on commit 8bdd5de

Please sign in to comment.