Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v4
Browse files Browse the repository at this point in the history
| datasource  | package              | from | to |
| ----------- | -------------------- | ---- | -- |
| github-tags | actions/setup-python | v2   | v4 |
  • Loading branch information
renovate[bot] authored Mar 25, 2023
1 parent 267397d commit 5353c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.9"
- uses: actions/cache@v2
Expand Down

0 comments on commit 5353c58

Please sign in to comment.