Skip to content

Commit

Permalink
Update actions/setup-python action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 28, 2022
1 parent a015925 commit fbeba72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Set up Python 3.10
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.10.1
- name: Install dependencies
Expand Down

0 comments on commit fbeba72

Please sign in to comment.