diff --git a/.github/workflows/testing-docker-image.yml b/.github/workflows/testing-docker-image.yml index 5973ac7..034fea8 100644 --- a/.github/workflows/testing-docker-image.yml +++ b/.github/workflows/testing-docker-image.yml @@ -16,7 +16,7 @@ jobs: curl --insecure http://127.0.0.1:8081 2> /dev/null | grep 'Admin' &> /dev/null || exit 1 - name: Send email - uses: devellany/send-mail@v1 + uses: devellany/send-mail@v1.0.2 with: host: mail.buanet.de account: ${{secrets.MAIL_USER}}