Skip to content

Commit

Permalink
Dependencies (#136)
Browse files Browse the repository at this point in the history
* Bump pip to 21.0

* Bump release-drafter to 5.13.0

* Bump hacs/action to 20.12.0

* Bump setup-python to 2.2.1

* Bump ghaction-github-labeler to 3.1.1
  • Loading branch information
oncleben31 committed Jan 24, 2021
1 parent c3c92a1 commit bd9c0c1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pip==20.3.1
pip==21.0
pre-commit==2.9.3
black==20.8b1
flake8==3.8.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
uses: actions/checkout@v2.3.4

- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v3.1.0
uses: crazy-max/ghaction-github-labeler@v3.1.1
with:
skip-delete: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run release-drafter
uses: release-drafter/release-drafter@v5.12.1
uses: release-drafter/release-drafter@v5.13.0
env:
GITHUB_TOKEN: {{ "${{ secrets.GITHUB_TOKEN }}" }}
6 changes: 3 additions & 3 deletions {{cookiecutter.project_name}}/.github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v2.3.4

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

Expand All @@ -47,7 +47,7 @@ jobs:
uses: "actions/checkout@v2.3.4"

- name: HACS validation
uses: "hacs/action@20.11.2"
uses: "hacs/action@20.12.0"
with:
category: "integration"
ignore: brands
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Check out code from GitHub
uses: "actions/checkout@v2.3.4"
- name: Setup Python {{ "${{ env.DEFAULT_PYTHON }}" }}
uses: "actions/setup-python@v2.1.4"
uses: "actions/setup-python@v2.2.1"
with:
python-version: {{ "${{ env.DEFAULT_PYTHON }}" }}
- name: Install requirements
Expand Down

0 comments on commit bd9c0c1

Please sign in to comment.