diff --git a/.github/workflows/generate_library.yml b/.github/workflows/generate_library.yml index b289eba1..7cbade5c 100644 --- a/.github/workflows/generate_library.yml +++ b/.github/workflows/generate_library.yml @@ -29,7 +29,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: "Set up JDK 11" - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: '11' distribution: 'adopt' diff --git a/ansys-grantami-serverapi-openapi/pyproject.toml b/ansys-grantami-serverapi-openapi/pyproject.toml index 711e5b64..f8817674 100644 --- a/ansys-grantami-serverapi-openapi/pyproject.toml +++ b/ansys-grantami-serverapi-openapi/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "ansys-grantami-serverapi-openapi" description = "Autogenerated client library for the Granta MI Server API." -version = "2.0.0.dev147" +version = "2.0.0.dev150" license = "MIT" authors = ["ANSYS, Inc. "] maintainers = ["ANSYS, Inc. "]