Skip to content

Commit

Permalink
chore(deps): update 8bitjonny/gh-get-current-pr action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and tagoro9 committed Feb 8, 2024
1 parent 8e283c3 commit dcb1da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prerelease/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ runs:
ref: ${{ steps.source-vars.outputs.branch }}

# Find PR
- uses: 8BitJonny/gh-get-current-pr@2.2.0
- uses: 8BitJonny/gh-get-current-pr@3.0.0
id: PR
with:
sha: ${{ steps.source-vars.outputs.sha }}
Expand Down
2 changes: 1 addition & 1 deletion release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ runs:
checkout-repo: false
npm-auth-token: ${{ inputs.npm-auth-token }}
npm-token: ${{ inputs.npm-token }}
- uses: 8BitJonny/gh-get-current-pr@2.2.0
- uses: 8BitJonny/gh-get-current-pr@3.0.0
id: PR
with:
sha: ${{ github.event.pull_request.head.sha }}
Expand Down

0 comments on commit dcb1da6

Please sign in to comment.