From 73124276c2a44fd906fd237c4cf882c113f7b09b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 03:28:51 +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 56e2764f..e93f92ab 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: ioBroker/testing-action-check@v1 + - uses: ioBroker/testing-action-check@v2 with: node-version: '22.x' # Uncomment the following line if your adapter cannot be installed using 'npm ci'