From c0d7ce8464dc725ff4d19fda7e4ea18393880d61 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Sat, 24 Feb 2024 18:51:14 +0100 Subject: [PATCH] Update push-freecad.yml updated actions/checkout to v4 --- .github/workflows/push-freecad.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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