From 278fcca241adbb67a07366b8916f998d45512e65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 01:47:16 +0000 Subject: [PATCH] chore(deps): bump ioBroker/testing-action-check from 1 to 2 Bumps [ioBroker/testing-action-check](https://github.com/iobroker/testing-action-check) from 1 to 2. - [Release notes](https://github.com/iobroker/testing-action-check/releases) - [Commits](https://github.com/iobroker/testing-action-check/compare/v1...v2) --- updated-dependencies: - dependency-name: ioBroker/testing-action-check dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 34418cf..9631a7d 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: ioBroker/testing-action-check@v1 + - uses: ioBroker/testing-action-check@v2 with: node-version: '24.x' # Uncomment the following line if your adapter cannot be installed using 'npm ci'