Update export-mcad.yaml - updating checkout to v4
This commit is contained in:
4
.github/workflows/export-mcad.yaml
vendored
4
.github/workflows/export-mcad.yaml
vendored
@@ -16,11 +16,9 @@ jobs:
|
||||
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
|
||||
|
||||
- name: Download repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
- name: checkoutLFS
|
||||
uses: actions/checkout@v2
|
||||
- run: git lfs pull
|
||||
|
||||
- name: Install FreeCAD Python library
|
||||
|
||||
Reference in New Issue
Block a user