Skip to content

Commit b5a6f88

Browse files
Bump actions/setup-python from 2.3.4 to 5.3.0 (#55)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c928afb commit b5a6f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
java -jar ${{ env.SWAGGER_CODEGEN_CLI_LOCAL_JAR }} generate -i ${{ env.SWAGGER_API_FILE }} -l nodejs-server -o ${{ env.OUT_NODEJS }}
8484
8585
- name: API Server Implementation - NodeJS
86-
uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2
86+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v2
8787
with:
8888
python-version: 3.8 #install the python needed
8989
- name: Overlay NodeJS Server Implementation

0 commit comments

Comments
 (0)