mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 17:25:55 -05:00
Merge pull request #549 from github/dependabot/github_actions/actions/checkout-v2.3.2
Update actions/checkout requirement to v2.3.2
This commit is contained in:
commit
e1bf23b951
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-DEV-PR.yml
vendored
2
.github/workflows/deploy-DEV-PR.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
|||
# Checkout the code base #
|
||||
##########################
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2.3.1
|
||||
uses: actions/checkout@v2.3.2
|
||||
|
||||
###################################
|
||||
# Build image locally for testing #
|
||||
|
|
Loading…
Reference in a new issue