Merge pull request #6 from BretFisher/dependabot/github_actions/actions/checkout-2.4.0

Bump actions/checkout from 2.3.4 to 2.4.0
This commit is contained in:
Bret Fisher
2021-12-08 16:09:13 -05:00
committed by GitHub

View File

@@ -52,7 +52,7 @@ jobs:
steps:
- 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