Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
#version: ["stable", "beta", "dev"]
steps:
- name: ⤵️ Check out configuration from GitHub.
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.1
- name: 🙈 Ignore integrations + entities which only work on my home network.
run:
rm -f ./integration_entities/sensors/datetime/date_next_*.yaml;
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out configuration from GitHub.
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.1
- name: 🚀 Run yamllint.
uses: frenck/action-yamllint@v1.4.1

Expand All @@ -21,7 +21,7 @@ jobs:
# runs-on: ubuntu-latest
# steps:
# - name: ⤵️ Check out configuration from GitHub.
# uses: actions/checkout@v4.0.0
# uses: actions/checkout@v4.1.1
# #- name: 🙈 Ignore 3rd party packages.
# # run: rm -rf ./integrations/3rdparty_packages
# #- name: 🙈 Ignore autogenerated files and folders.
Expand Down