diff --git a/.github/workflows/develop-release.yml b/.github/workflows/develop-release.yml index 0c7284625..590a34672 100644 --- a/.github/workflows/develop-release.yml +++ b/.github/workflows/develop-release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Trigger jenkins workflow - uses: fjogeleit/http-request-action@v1 + uses: fjogeleit/http-request-action@v2 with: url: 'https://webuptest.smeup.com/jenkins/job/WebupKetchupOutsourcingPipeline/build?token=${{ secrets.JENKINS_WEBHOOK_TOKEN }}' method: 'GET'