Skip to content

Commit

Permalink
Update andymckay/cancel-action action to v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 30, 2024
1 parent 25679a9 commit 6193bd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/server-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6193bd1

Please sign in to comment.