From 59b9715f820f848fda5a3cf80a24e3e5aee57d05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 09:54:08 -0800 Subject: [PATCH] chore(deps): update 8bitjonny/gh-get-current-pr action to v3 (#7232) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/deploy-chromatic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-chromatic.yml b/.github/workflows/deploy-chromatic.yml index 1842b64b92965..153317f8fbb7d 100644 --- a/.github/workflows/deploy-chromatic.yml +++ b/.github/workflows/deploy-chromatic.yml @@ -17,7 +17,7 @@ jobs: pr_number: ${{ steps.get-pr.outputs.number }} pr_labels: ${{ steps.get-pr.outputs.pr_labels }} steps: - - uses: 8BitJonny/gh-get-current-pr@2.2.0 + - uses: 8BitJonny/gh-get-current-pr@3.0.0 id: get-pr with: filterOutDraft: true