Skip to content

Commit 7fe9f4b

Browse files
Bump actions/setup-python from 5.4.0 to 5.5.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@4237552...8d9ed9a) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ca253d4 commit 7fe9f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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@42375524e23c412d93fb67b49958b491fce71c38 # v2
86+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v2
8787
with:
8888
python-version: 3.8 #install the python needed
8989
- name: Overlay NodeJS Server Implementation

0 commit comments

Comments
 (0)