diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 04eaa1d0b0b..874723be071 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -69,7 +69,7 @@ jobs: - name: Create a version branch if: github.event.inputs.level != 'patch' - uses: peterjgrainger/action-create-branch@v3.0.0 + uses: peterjgrainger/action-create-branch@v4.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: