From beb2a2b9ffad5d5e8a2ae5f6dbd862008ee0c523 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 1 Feb 2024 00:01:11 +0000 Subject: [PATCH] chore(deps): update 8bitjonny/gh-get-current-pr action to v3 --- prerelease/action.yaml | 2 +- release/action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}