From af0795fd769d9b541ef9bdd44ac3614bf1d03fb2 Mon Sep 17 00:00:00 2001 From: Marc Lopez Date: Mon, 14 Jun 2021 19:19:28 -0600 Subject: [PATCH] Update action version Signed-off-by: Marc Lopez --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 72577d89..091d0494 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: run: make patch - name: Create a GitHub branch - uses: peterjgrainger/action-create-branch@v2 + uses: peterjgrainger/action-create-branch@v2.0.1 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} with: