Update push-freecad.yml
updated actions/checkout to v4
This commit is contained in:
4
.github/workflows/push-freecad.yml
vendored
4
.github/workflows/push-freecad.yml
vendored
@@ -6,7 +6,7 @@ jobs:
|
||||
push-submodule:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
repository: Ondsel-Development/FreeCAD
|
||||
ref: OndselSolver-testing
|
||||
@@ -22,4 +22,4 @@ jobs:
|
||||
git config --global user.name 'github-actions[bot]'
|
||||
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
|
||||
git commit -am "Update OndselSolver submodule to $GITHUB_SHA"
|
||||
git push
|
||||
git push
|
||||
|
||||
Reference in New Issue
Block a user