mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 17:25:55 -05:00
Update actions/checkout requirement to v2.3.2
Updates the requirements on [actions/checkout](https://github.com/actions/checkout) to permit the latest version.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](2036a08e25
)
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
45bb88402f
commit
c606c52b13
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 #
|
# Checkout the code base #
|
||||||
##########################
|
##########################
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v2.3.1
|
uses: actions/checkout@v2.3.2
|
||||||
|
|
||||||
###################################
|
###################################
|
||||||
# Build image locally for testing #
|
# Build image locally for testing #
|
||||||
|
|
Loading…
Reference in a new issue