Skip to content

Commit

Permalink
Merge pull request #20 from x-qdo/renovate/github-actions-dependencies
Browse files Browse the repository at this point in the history
Update octokit/request-action action to v2.1.0
  • Loading branch information
kuzaxak committed Apr 23, 2021
2 parents e295b70 + cc3c2bd commit 153a715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: GitHub API Request
if: ${{ steps.check.outputs.triggered == 'true' }}
id: request
uses: octokit/request-action@v2.0.26
uses: octokit/request-action@v2.1.0
with:
route: ${{ github.event.issue.pull_request.url }}
env:
Expand Down

0 comments on commit 153a715

Please sign in to comment.