diff --git a/.github/workflows/push-freecad.yml b/.github/workflows/push-freecad.yml index 83056ee..35f0acc 100644 --- a/.github/workflows/push-freecad.yml +++ b/.github/workflows/push-freecad.yml @@ -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 \ No newline at end of file + git push