Skip to content

Commit

Permalink
Merge pull request #898 from joomla/dependabot/github_actions/fjogele…
Browse files Browse the repository at this point in the history
…it/http-request-action-1.15.0

Bump fjogeleit/http-request-action from 1.14.2 to 1.15.0
  • Loading branch information
tecpromotion authored Dec 18, 2023
2 parents c40fad7 + 0e60eac commit 50c384f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-v3-buildproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Runs the HTTP Request action command - https://github.com/fjogeleit/http-request-action
- name: Call build URL
id: BuildV3CMS
uses: fjogeleit/http-request-action@v1.14.2
uses: fjogeleit/http-request-action@v1.15.0
with:
url: 'https://crowdin.com/api/v2/projects/120642/translations/builds'
method: 'POST'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-v4-buildproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Runs the HTTP Request action command - https://github.com/fjogeleit/http-request-action
- name: Call build URL
id: BuildV4CMS
uses: fjogeleit/http-request-action@v1.14.2
uses: fjogeleit/http-request-action@v1.15.0
with:
url: 'https://joomla.crowdin.com/api/v2/projects/${{ secrets.CROWDIN_PROJECT_ID }}/translations/builds'
method: 'POST'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-v5-buildproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Runs the HTTP Request action command - https://github.com/fjogeleit/http-request-action
- name: Call build URL
id: BuildV5CMS
uses: fjogeleit/http-request-action@v1.14.2
uses: fjogeleit/http-request-action@v1.15.0
with:
url: 'https://joomla.crowdin.com/api/v2/projects/${{ secrets.CROWDIN_PROJECT_ID }}/translations/builds'
method: 'POST'
Expand Down

0 comments on commit 50c384f

Please sign in to comment.