From d521565461acf1e0ed775a2eefde8a327638ddc9 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 7 Jan 2021 01:51:05 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f40b58..8782583 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Get branch information without the `/ref/*` prefix steps: - uses: actions/checkout@v2 - name: Get branch names - uses: tj-actions/branch-names@v1 + uses: tj-actions/branch-names@v2 id: branch-names - name: Get Ref brach name run: | @@ -45,7 +45,7 @@ on: steps: - name: Get branch names. id: branch-names - uses: tj-actions/branch-names@v1 + uses: tj-actions/branch-names@v2 - uses: actions/checkout@v2 with: ref: ${{ steps.branch-names.outputs.base_ref_branch }}