Skip to content

Commit 1009f91

Browse files
authored
Merge pull request #450 from elimu-ai/dependabot/github_actions/fjogeleit/http-request-action-2
build(deps): bump fjogeleit/http-request-action from 1 to 2
2 parents a947bab + e51daf2 commit 1009f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-release.yml

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

162162
- name: Send HTTP request to `${{ matrix.language_code }}.elimu.ai`
163-
uses: fjogeleit/http-request-action@v1
163+
uses: fjogeleit/http-request-action@v2
164164
with:
165165
url: http://${{ matrix.language_code }}.elimu.ai/rest/v2/applications/ai.elimu.analytics/application-versions/${{ needs.create_git_tag.outputs.tagName }}
166166
method: PUT

0 commit comments

Comments
 (0)