Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
chore(ci): use generic version actions/setup-python@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdvorak authored Feb 7, 2022
1 parent b6b805e commit 1e63644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Python
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v2
with:
python-version: 3.9

Expand Down

0 comments on commit 1e63644

Please sign in to comment.