diff --git a/.github/workflows/raygun-deployment.yml b/.github/workflows/raygun-deployment.yml index 40b4bc7..e297589 100644 --- a/.github/workflows/raygun-deployment.yml +++ b/.github/workflows/raygun-deployment.yml @@ -17,7 +17,7 @@ jobs: - name: Send to the Raygun Deployments API id: send_deployment - uses: fjogeleit/http-request-action@v1.15.5 + uses: fjogeleit/http-request-action@v1.16.1 with: url: https://app.raygun.com/deployments?authToken=${{ secrets.RAYGUN_AUTHTOKEN }} method: POST