mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-12 20:10:01 -05:00
Merge pull request #952 from github/dependabot/github_actions/actions/checkout-v2.3.4
Bump actions/checkout from v2.3.3 to v2.3.4
This commit is contained in:
commit
440e79cf54
5 changed files with 5 additions and 5 deletions
2
.github/workflows/deploy-DEV.yml
vendored
2
.github/workflows/deploy-DEV.yml
vendored
|
@ -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 #
|
||||||
|
|
2
.github/workflows/deploy-PROD.yml
vendored
2
.github/workflows/deploy-PROD.yml
vendored
|
@ -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 #
|
||||||
|
|
2
.github/workflows/deploy-RELEASE.yml
vendored
2
.github/workflows/deploy-RELEASE.yml
vendored
|
@ -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 #
|
||||||
|
|
2
.github/workflows/stack-linter.yml
vendored
2
.github/workflows/stack-linter.yml
vendored
|
@ -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
|
||||||
|
|
2
.github/workflows/versioning.yml
vendored
2
.github/workflows/versioning.yml
vendored
|
@ -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 #
|
||||||
|
|
Loading…
Reference in a new issue