From 6193bd1862d9856939729b56c2568e5fd5b6a238 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 00:54:55 +0000 Subject: [PATCH] Update andymckay/cancel-action action to v0.5 --- .github/workflows/server-style.yml | 2 +- .github/workflows/server-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/server-style.yml b/.github/workflows/server-style.yml index c4ab568d..c9d72efd 100644 --- a/.github/workflows/server-style.yml +++ b/.github/workflows/server-style.yml @@ -40,7 +40,7 @@ jobs: run: poetry install --sync - name: Cancel on setup error if: failure() - uses: andymckay/cancel-action@0.2 + uses: andymckay/cancel-action@0.5 - name: Lint code base if: always() run: poetry run ruff check . --extend-select N diff --git a/.github/workflows/server-tests.yml b/.github/workflows/server-tests.yml index aaf321d5..a7d9e7b5 100644 --- a/.github/workflows/server-tests.yml +++ b/.github/workflows/server-tests.yml @@ -53,7 +53,7 @@ jobs: run: poetry install --sync - name: Cancel on setup error if: failure() - uses: andymckay/cancel-action@0.2 + uses: andymckay/cancel-action@0.5 - name: Run tests if: always() run: TEKST_DEV_MODE=true TEKST_CUSTOM_ENV_FILE=.env.test TEKST_EMAIL__SMTP_STARTTLS=false poetry run coverage run -m pytest && poetry run coverage lcov