From 7e85e1209a82405e78d243e367218cf6b58ffbdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 04:11:00 +0000 Subject: [PATCH] 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 1da01ce..6e74cba 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'