ci(workflow): update actions/checkout to v3

pull/765/head
Oscar Dominguez 2 years ago committed by GitHub
parent b07e06e1a4
commit 870e02574b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save