mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-15 03:06:02 +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
|
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
|
||||||
|
Reference in New Issue
Block a user