Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v2.2.1 (#8109)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Dec 21, 2020
1 parent ed9fe83 commit 65bacb0
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 @@ -45,7 +45,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v2.1.4
uses: actions/setup-python@v2.2.1
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand Down

0 comments on commit 65bacb0

Please sign in to comment.