Skip to content

Commit 9aa343d

Browse files
authored
Merge pull request #144 from elimu-ai/dependabot/github_actions/fjogeleit/http-request-action-2
build(deps): bump fjogeleit/http-request-action from 1 to 2
2 parents 16f74dc + 9529c71 commit 9aa343d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
run: echo "apkFileUrl ${{ needs.release_apk.outputs.apkFileUrl }}"
153153

154154
- name: Send HTTP request to `${{ matrix.language_code }}.elimu.ai`
155-
uses: fjogeleit/http-request-action@v1
155+
uses: fjogeleit/http-request-action@v2
156156
with:
157157
url: http://${{ matrix.language_code }}.elimu.ai/rest/v2/applications/ai.elimu.chat/application-versions/${{ needs.create_git_tag.outputs.tagName }}
158158
method: PUT

0 commit comments

Comments
 (0)