Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zanix committed Apr 27, 2024
1 parent b296f78 commit c5abc44
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/home-assistant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📥 Check out repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4
- name: 🚀 Run YAMLlint
uses: frenck/action-yamllint@v1.5.0

Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📥 Check out repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4
- name: 🚀 Run Remark lint
uses: "docker://pipelinecomponents/remark-lint:latest"
continue-on-error: true
Expand All @@ -39,7 +39,7 @@ jobs:
current_version: ${{ steps.currentver.outputs.current_version }}
steps:
- name: 📥 Check out repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4
- name: 🚀 Get Installed Version from .HA_VERSION
id: currentver
run: |
Expand All @@ -56,7 +56,7 @@ jobs:
version: ["${{ needs.ha_version.outputs.current_version }}", "stable", "beta", "dev"]
steps:
- name: 📥 Check out repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4

- name: 📄 Create empty files
run: |
Expand Down Expand Up @@ -90,14 +90,14 @@ jobs:
needs: [yamllint]
steps:
- name: 📥 Check out repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4
- name: 📜 Use Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: 🔗 Install dependencies
run: |
python -m pip install --upgrade pip pillow setuptools wheel
python -m pip install --upgrade pip pillow==10.2.0 setuptools wheel
pip install esphome
pip list
esphome version
Expand Down

0 comments on commit c5abc44

Please sign in to comment.