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