diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index bee0a21..867a2e2 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: ioBroker/testing-action-check@v2.0.0 + - uses: ioBroker/testing-action-check@v2.0.1 with: node-version: '24.x' test-command: 'false' # Skip tests in this step