diff --git a/prerelease/action.yaml b/prerelease/action.yaml index 536acd1..f621f37 100644 --- a/prerelease/action.yaml +++ b/prerelease/action.yaml @@ -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 }} diff --git a/release/action.yaml b/release/action.yaml index f5c7c25..f34e0d1 100644 --- a/release/action.yaml +++ b/release/action.yaml @@ -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 }}