Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 29, 2024
1 parent a550a78 commit 77a88c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- run: npm ci
- run: npx openapi bundle reference/*.yaml --ext json -o dist/toaztr
- run: cp dist/toaztr* pkg/pypi/src/toaztr_specs/
- uses: actions/setup-python@v2.2.2
- uses: actions/setup-python@v5.2.0
with:
python-version: '3.8'
- run: python -m pip install build twine --user
Expand Down

0 comments on commit 77a88c3

Please sign in to comment.