From 0a46d9499896be4e117a5e295d1e77ae4d24e081 Mon Sep 17 00:00:00 2001 From: Timon Christiansen <32591853+8BitJonny@users.noreply.github.com> Date: Sun, 28 Nov 2021 21:14:07 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20bump=20version=20v1.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 371b904..c10daac 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This action enables you to get the PR no matter which event type triggered the w ``` steps: - uses: actions/checkout@v1 - - uses: 8BitJonny/gh-get-current-pr@1.2.0 + - uses: 8BitJonny/gh-get-current-pr@1.3.0 id: PR with: github-token: ${{ secrets.GITHUB_TOKEN }}