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 committed Feb 1, 2024
1 parent 21fef18 commit beb2a2b
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 @@ -86,7 +86,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 @@ -42,7 +42,7 @@ runs:
persist-credentials: false
- name: Setup tools
uses: open-turo/action-setup-tools@v2
- 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

0 comments on commit beb2a2b

Please sign in to comment.