mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-14 10:44:57 +02:00
Merge pull request #765 from oscard0m/patch-1
ci(workflow): update actions/checkout to v3
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user