From 3f41b4fc98ff407ffbd22f4bc3489f4255163e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 06:03:36 +0000 Subject: [PATCH] Bump frenck/action-addon-linter from 2.18.0 to 2.21.0 Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.18.0 to 2.21.0. - [Release notes](https://github.com/frenck/action-addon-linter/releases) - [Commits](https://github.com/frenck/action-addon-linter/compare/v2.18.0...v2.21.0) --- updated-dependencies: - dependency-name: frenck/action-addon-linter dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/addon-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/addon-ci.yaml b/.github/workflows/addon-ci.yaml index bc4611c..92d5c61 100644 --- a/.github/workflows/addon-ci.yaml +++ b/.github/workflows/addon-ci.yaml @@ -54,7 +54,7 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v5.0.0 - name: 🚀 Run Add-on Lint - uses: frenck/action-addon-linter@v2.18.0 + uses: frenck/action-addon-linter@v2.21.0 with: community: false path: "./${{ needs.information.outputs.target }}"