Skip to content

Commit

Permalink
Merge pull request #196 from raimon49/update-setup-python-to-v5
Browse files Browse the repository at this point in the history
Update setting of GitHub Actions
  • Loading branch information
raimon49 committed Jun 24, 2024
2 parents 4a5d525 + bc17494 commit b3a3d87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Lint with black
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ typing-extensions==4.10.0
# black
# mypy
# rich
urllib3==1.26.18
urllib3==1.26.19
# via
# requests
# twine
Expand Down

0 comments on commit b3a3d87

Please sign in to comment.