diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 5b1af061..a374315b 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -16,7 +16,7 @@ jobs: name: Syncer runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: micnncim/action-label-syncer@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.rst b/README.rst index 75591250..f17de1b3 100644 --- a/README.rst +++ b/README.rst @@ -4,9 +4,6 @@ PyMAPDL Examples This repository holds examples for PyMAPDL. -How to install --------------- - Code Style ---------- Code style can be checked by running: