Skip to content

Commit 0acdff2

Browse files
⬆️ Update frenck/action-addon-linter action to v2.21.0 (#232)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3b51cf1 commit 0acdff2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/addon-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: ⤵️ Check out code from GitHub
5151
uses: actions/checkout@v5
5252
- name: 🚀 Run Add-on Lint
53-
uses: frenck/action-addon-linter@v2.20.0
53+
uses: frenck/action-addon-linter@v2.21.0
5454
with:
5555
community: true
5656
path: "./${{ needs.information.outputs.target }}"

.github/workflows/base-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: ⤵️ Check out code from GitHub
3535
uses: actions/checkout@v5
3636
- name: 🚀 Run Add-on Lint
37-
uses: frenck/action-addon-linter@v2.20.0
37+
uses: frenck/action-addon-linter@v2.21.0
3838
with:
3939
community: true
4040
path: "./${{ needs.information.outputs.target }}"

0 commit comments

Comments
 (0)