Merge pull request #29 from BretFisher/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
This commit is contained in:
Bret Fisher
2023-09-04 12:31:24 -04:00
committed by GitHub

View File

@@ -40,7 +40,7 @@ jobs:
steps: steps:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v3 uses: actions/checkout@v4
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