From 7628f1e1e55d7b6ca80f5c6ea306b4bd8323ee14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 18:03:28 +0100 Subject: [PATCH] Bump actions/setup-java from 3 to 4 (#114) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ludovicsteinbach --- .github/workflows/generate_library.yml | 2 +- ansys-grantami-serverapi-openapi/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. "]