Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 2.3.4 to 2.4.0 #2096

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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