diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index 7d04d524..ae4b3c70 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -95,7 +95,7 @@ jobs: shell: bash run: make cypress-install - - uses: JarvusInnovations/background-action@v1 + - uses: JarvusInnovations/background-action@v2 name: Start Servers with: run: | diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index f563c5af..d7b5d4f0 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -61,7 +61,7 @@ jobs: run: pnpm exec playwright install --with-deps chromium working-directory: ${{ inputs.working-directory }} - - uses: JarvusInnovations/background-action@v1 + - uses: JarvusInnovations/background-action@v2 name: Start Servers with: run: |