actions/checkout@v3

This commit is contained in:
Kristjan ESPERANTO 2023-01-04 10:30:06 +01:00 committed by Brett Logan
parent d42bc380ee
commit df234010a1

View file

@ -39,7 +39,7 @@ jobs:
# Checkout the code base # # Checkout the code base #
########################## ##########################
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
# Full git history is needed to get a proper # Full git history is needed to get a proper
# list of changed files within `super-linter` # list of changed files within `super-linter`