From 061323256b189059b19e51e77239bdbc8f4cac2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 17:29:03 +0000 Subject: [PATCH] Update matrix-org/pr-details-action action to v1.2 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6beb73b..a76cf0e 100644 --- a/action.yml +++ b/action.yml @@ -82,7 +82,7 @@ runs: id: prdetails # Inputs on composite actions are made of fail https://github.com/actions/runner/issues/1483 if: inputs.is_pr == 'true' - uses: matrix-org/pr-details-action@v1.1 + uses: matrix-org/pr-details-action@v1.2 with: owner: ${{ steps.owner.outputs.owner }} branch: ${{ inputs.branch }}