Skip to content

Commit

Permalink
Upgraded setup-python github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
hovi committed Dec 15, 2022
1 parent 66ab24f commit 645adcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonclient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Checks
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install --upgrade pip
Expand Down

0 comments on commit 645adcf

Please sign in to comment.