Skip to content

Commit

Permalink
Bump actions/setup-python from 2.3.4 to 5.3.0
Browse files Browse the repository at this point in the history
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](actions/setup-python@e9aba2c...0b93645)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 13, 2024
1 parent e163934 commit 80629db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80629db

Please sign in to comment.