ci(workflow): update actions/checkout to v3

This commit is contained in:
Oscar Dominguez
2022-10-01 18:45:34 +02:00
committed by GitHub
parent b07e06e1a4
commit 870e02574b

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
name: Build and Deploy Job
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: Build And Deploy