Update GitHub actions/checkout package to v3 (#6474)

Signed-off-by: Austin Vazquez <[email protected]>

Signed-off-by: Austin Vazquez <[email protected]>
This commit is contained in:
Austin Vazquez
2022-10-26 10:17:19 +02:00
committed by GitHub
parent 1250493b2f
commit ab0d910edc
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0