From d8d08224d9d7d476c4f40f76237c8f0e81437640 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 05:30:38 +0000 Subject: [PATCH] Update JarvusInnovations/background-action action to v2 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ea83eeb..f42cc03 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: - name: Run development server if: ${{ !contains(github.ref, 'mod-wsgi-standalone') }} - uses: JarvusInnovations/background-action@v1.0.7 + uses: JarvusInnovations/background-action@v2.0.0 with: run: make server & wait-on: http://127.0.0.1:8000 @@ -38,7 +38,7 @@ jobs: - name: Run wsgi server if: ${{ contains(github.ref, 'mod-wsgi-standalone') }} - uses: JarvusInnovations/background-action@v1.0.7 + uses: JarvusInnovations/background-action@v2.0.0 with: run: make wsgi-server & wait-on: http://127.0.0.1:8000