chore(deps): Upgrade filtermail to v0.6.5 (#966)

This commit is contained in:
Jagoda Estera Ślązak
2026-05-12 10:37:28 +02:00
committed by GitHub
parent 4ebde2825d
commit c0b207c320
2 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
persist-credentials: false
- name: download filtermail
run: curl -L https://github.com/chatmail/filtermail/releases/download/v0.6.4/filtermail-x86_64 -o /usr/local/bin/filtermail && chmod +x /usr/local/bin/filtermail
run: curl -L https://github.com/chatmail/filtermail/releases/download/v0.6.5/filtermail-x86_64 -o /usr/local/bin/filtermail && chmod +x /usr/local/bin/filtermail
- name: run chatmaild tests
working-directory: chatmaild
run: pipx run tox