From 3cc416b5529fe9134c9502d4210f332647ee2ec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 04:02:30 +0000 Subject: [PATCH] Bump Namoshek/emqx-github-action from 1.0.2 to 1.1.0 Bumps [Namoshek/emqx-github-action](https://github.com/namoshek/emqx-github-action) from 1.0.2 to 1.1.0. - [Release notes](https://github.com/namoshek/emqx-github-action/releases) - [Commits](https://github.com/namoshek/emqx-github-action/compare/v1.0.2...v1.1.0) --- updated-dependencies: - dependency-name: Namoshek/emqx-github-action dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ccdc6d2..9ab94fa 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -92,7 +92,7 @@ jobs: - name: Start EMQ X message broker if: matrix.mqtt-broker == 'emqx' - uses: Namoshek/emqx-github-action@v1.0.2 + uses: Namoshek/emqx-github-action@v1.1.0 with: version: '4.4.3' ports: '1883:1883'