Skip to content

Commit

Permalink
Bump actions/setup-python from v2.1.4 to v2.2.1 (#106)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.4 to v2.2.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2.1.4...3105fb1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2021
1 parent b5c30b5 commit 29ad98b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-python@v2.1.4
- uses: actions/setup-python@v2.2.1
with:
python-version: "3.8"
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: pre-commit
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-python@v2.1.4
- uses: actions/setup-python@v2.2.1
with:
python-version: "3.9"
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reset-instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
path: cookiecutter-homeassistant-custom-component-instance
token: ${{ secrets.X_GITHUB_TOKEN }}
- name: Set up Python 3.9
uses: actions/setup-python@v2.1.4
uses: actions/setup-python@v2.2.1
with:
python-version: "3.9"
- name: Install cookiecutter
Expand Down

0 comments on commit 29ad98b

Please sign in to comment.