From 366354760c50519f6a4b730bc4b90c8cf0edda36 Mon Sep 17 00:00:00 2001 From: Peter Grainger Date: Wed, 11 Sep 2024 08:50:39 +0100 Subject: [PATCH] Update create-branch.yml --- .github/workflows/create-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-branch.yml b/.github/workflows/create-branch.yml index d949e99..f2e5307 100644 --- a/.github/workflows/create-branch.yml +++ b/.github/workflows/create-branch.yml @@ -18,7 +18,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: peterjgrainger/action-create-branch@3.0.0 + - uses: peterjgrainger/action-create-branch@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: