Skip to content

Commit

Permalink
ci: update actions/setup-python to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsquest committed Feb 22, 2023
1 parent 456a8d3 commit 5d95931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install pipenv
run: pipx install pipenv
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: '3.8'
cache: 'pipenv'
Expand Down

0 comments on commit 5d95931

Please sign in to comment.