fix(deps): update dependency websockets to v11 - autoclosed #16

Closed
renovate[bot] wants to merge 9 commits from renovate/websockets-11.x into next
Showing only changes of commit 9c312927bf - Show all commits

View File

@ -38,3 +38,12 @@ jobs:
run: |
docker push ghcr.io/luketainton/roboluke-tasks:latest
docker push ghcr.io/luketainton/roboluke-tasks:${{ needs.release.outputs.new_tag }}
deploy:
name: Update Portainer Deployment
runs-on: ubuntu-latest
steps:
- uses: fjogeleit/http-request-action@v1
with:
url: ${{ secrets.PORTAINER_WEBHOOK_URL }}
method: POST