From cb2589c255096f4b0a75ad4ed7f37386f23932e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 01:13:42 +0000 Subject: [PATCH] Bump JarvusInnovations/background-action from 1.0.7 to 2.0.0 Bumps [JarvusInnovations/background-action](https://github.com/jarvusinnovations/background-action) from 1.0.7 to 2.0.0. - [Release notes](https://github.com/jarvusinnovations/background-action/releases) - [Commits](https://github.com/jarvusinnovations/background-action/compare/v1.0.7...v2.0.0) --- updated-dependencies: - dependency-name: JarvusInnovations/background-action dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/on-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index c01122c..e7c80af 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -92,7 +92,7 @@ jobs: poetry install pip install robotframework==${{ matrix.robot-version }} - name: Start the test server in the background - uses: JarvusInnovations/background-action@v1.0.7 + uses: JarvusInnovations/background-action@v2.0.0 with: run: | inv start-api &