From 80629db4d143cdb36f01473be2a3bc658bdfc788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 20:12:28 +0000 Subject: [PATCH] Bump actions/setup-python from 2.3.4 to 5.3.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.4 to 5.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/e9aba2c848f5ebd159c070c61ea2c4e2b122355e...0b93645e9fea7318ecaed2b359559ac225c90a2b) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c21807d..7bed358 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: java -jar ${{ env.SWAGGER_CODEGEN_CLI_LOCAL_JAR }} generate -i ${{ env.SWAGGER_API_FILE }} -l nodejs-server -o ${{ env.OUT_NODEJS }} - name: API Server Implementation - NodeJS - uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v2 with: python-version: 3.8 #install the python needed - name: Overlay NodeJS Server Implementation