Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into release_1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
besanur committed Nov 6, 2022
2 parents 251f370 + 861a11b commit 5c95ec8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
addons: ${{ steps.addons.outputs.addons_list }}
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0

- name: 🔍 Find add-on directories
id: addons
Expand All @@ -33,9 +33,9 @@ jobs:
path: ${{ fromJson(needs.find.outputs.addons) }}
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0

- name: 🚀 Run Home Assistant Add-on Lint
uses: frenck/action-addon-linter@v2.8
uses: frenck/action-addon-linter@v2.10
with:
path: "./${{ matrix.path }}"

0 comments on commit 5c95ec8

Please sign in to comment.